#2B0B6C

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

Shades of Persian Indigo #2B0B6C

Tints of Persian Indigo #2B0B6C

Color information

#2B0B6C (or 0x2B0B6C) is unknown color: approx Persian Indigo. HEX triplet: 2B, 0B and 6C. RGB value is (43,11,108). Sum of RGB (Red+Green+Blue) = 43+11+108=162 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.54% from 162); Green value is 11 (4.69% from 255 or 6.79% from 162); Blue value is 108 (42.58% from 255 or 66.67% from 162); Max value from RGB is 108 - color contains mainly: blue. Hex color #2B0B6C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0B6C is #D4F493. Grayscale: #1F1F1F. Windows color (decimal): -13956244 or 7080747. OLE color: 7080747.

HSL color Cylindrical-coordinate representation of color #2B0B6C: hue angle of 259.79º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2B0B6C is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4311108-
CMYK0.600.9000.58
HSL259.79º81.51%23.33%-
HSV(B)259.79º89.81%42.35%-
XYZ3.821.8414.34-
YUV31.63171.1136.11-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.54%
GREEN value IS 11 (4.69% from 255) = 6.79%
BLUE value IS 108 (42.58% from 255) = 66.67%
R=26.54%
G=6.79%
B=66.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal43111080.600.9000.58259.7981.5123.33
Hex2BB6C3C5A03A1045217
Octal53131547413207240412227
Binary1010111011110110011110010110100111010100000100101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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