#2B0B81

Color #2B0B81 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #2B0B81

Tints of Persian Indigo #2B0B81

Color information

#2B0B81 (or 0x2B0B81) is unknown color: approx Persian Indigo. HEX triplet: 2B, 0B and 81. RGB value is (43,11,129). Sum of RGB (Red+Green+Blue) = 43+11+129=183 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.50% from 183); Green value is 11 (4.69% from 255 or 6.01% from 183); Blue value is 129 (50.78% from 255 or 70.49% from 183); Max value from RGB is 129 - color contains mainly: blue. Hex color #2B0B81 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0B81 is #D4F47E. Grayscale: #212121. Windows color (decimal): -13956223 or 8457003. OLE color: 8457003.

HSL color Cylindrical-coordinate representation of color #2B0B81: hue angle of 256.27º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B0B81 is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4311129-
CMYK0.670.9100.49
HSL256.27º84.29%27.45%-
HSV(B)256.27º91.47%50.59%-
XYZ5.082.3420.95-
YUV34.02181.6134.41-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.50%
GREEN value IS 11 (4.69% from 255) = 6.01%
BLUE value IS 129 (50.78% from 255) = 70.49%
R=23.50%
G=6.01%
B=70.49%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal43111290.670.9100.49256.2784.2927.45
Hex2BB81435B031100541b
Octal531320110313306140012433
Binary101011101110000001100001110110110110001100000000101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B0B81; }

 p { color: rgb(43,11,129); }

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

<style>
 a { background-color: #2B0B81; }

 a { background-color: rgb(43,11,129); }

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

<style>
 span { border-color: #2B0B81; }

 span { border-color: rgb(43,11,129); }

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