#2B0B6E

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

Shades of Persian Indigo #2B0B6E

Tints of Persian Indigo #2B0B6E

Color information

#2B0B6E (or 0x2B0B6E) is unknown color: approx Persian Indigo. HEX triplet: 2B, 0B and 6E. RGB value is (43,11,110). Sum of RGB (Red+Green+Blue) = 43+11+110=164 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.22% from 164); Green value is 11 (4.69% from 255 or 6.71% from 164); Blue value is 110 (43.36% from 255 or 67.07% from 164); Max value from RGB is 110 - color contains mainly: blue. Hex color #2B0B6E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0B6E is #D4F491. Grayscale: #1F1F1F. Windows color (decimal): -13956242 or 7211819. OLE color: 7211819.

HSL color Cylindrical-coordinate representation of color #2B0B6E: hue angle of 259.39º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2B0B6E is Cyan = 0.61, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4311110-
CMYK0.610.900.57
HSL259.39º81.82%23.73%-
HSV(B)259.39º90%43.14%-
XYZ3.931.8814.91-
YUV31.85172.1135.95-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.22%
GREEN value IS 11 (4.69% from 255) = 6.71%
BLUE value IS 110 (43.36% from 255) = 67.07%
R=26.22%
G=6.71%
B=67.07%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal43111100.610.900.57259.3981.8223.73
Hex2BB6E3D5A0391035218
Octal53131567513207140312230
Binary1010111011110111011110110110100111001100000011101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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