#231BD1

Color #231BD1 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #231BD1

Tints of Persian Blue #231BD1

Color information

#231BD1 (or 0x231BD1) is unknown color: approx Persian Blue. HEX triplet: 23, 1B and D1. RGB value is (35,27,209). Sum of RGB (Red+Green+Blue) = 35+27+209=271 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.92% from 271); Green value is 27 (10.94% from 255 or 9.96% from 271); Blue value is 209 (82.03% from 255 or 77.12% from 271); Max value from RGB is 209 - color contains mainly: blue. Hex color #231BD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231BD1 is #DCE42E. Grayscale: #313131. Windows color (decimal): -14476335 or 13703971. OLE color: 13703971.

HSL color Cylindrical-coordinate representation of color #231BD1: hue angle of 242.64º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #231BD1 is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB3527209-
CMYK0.830.8700.18
HSL242.64º77.12%46.27%-
HSV(B)242.64º87.08%81.96%-
XYZ12.595.7460.77-
YUV50.14217.65117.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 12.92%
GREEN value IS 27 (10.94% from 255) = 9.96%
BLUE value IS 209 (82.03% from 255) = 77.12%
R=12.92%
G=9.96%
B=77.12%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal35272090.830.8700.18242.6477.1246.27
Hex231BD15357012f34d2e
Octal433332112312702236311556
Binary100011110111101000110100111010111010010111100111001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231BD1; }

 p { color: rgb(35,27,209); }

 H1.HeaderClassName
 {
   color: #231BD1;
 }
 .AnyTagClassName
 {
   color: #231BD1;
 }
</style>
background-color css

<style>
 a { background-color: #231BD1; }

 a { background-color: rgb(35,27,209); }

 div.DivClassName
 {
   background-color: #231BD1;
 }
 .BgClassName
 {
   background-color: #231BD1;
 }
</style>
border-color css

<style>
 span { border-color: #231BD1; }

 span { border-color: rgb(35,27,209); }

 td.TdClassName
 {
   border-color: #231BD1;
 }
 .TagClassName
 {
   border-color: #231BD1;
 }
</style>