#2B0D76

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

Shades of Persian Indigo #2B0D76

Tints of Persian Indigo #2B0D76

Color information

#2B0D76 (or 0x2B0D76) is unknown color: approx Persian Indigo. HEX triplet: 2B, 0D and 76. RGB value is (43,13,118). Sum of RGB (Red+Green+Blue) = 43+13+118=174 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.71% from 174); Green value is 13 (5.47% from 255 or 7.47% from 174); Blue value is 118 (46.48% from 255 or 67.82% from 174); Max value from RGB is 118 - color contains mainly: blue. Hex color #2B0D76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0D76 is #D4F289. Grayscale: #212121. Windows color (decimal): -13955722 or 7736619. OLE color: 7736619.

HSL color Cylindrical-coordinate representation of color #2B0D76: hue angle of 257.14º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2B0D76 is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4313118-
CMYK0.640.8900.54
HSL257.14º80.15%25.69%-
HSV(B)257.14º88.98%46.27%-
XYZ4.412.1117.31-
YUV33.94175.44134.46-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.71%
GREEN value IS 13 (5.47% from 255) = 7.47%
BLUE value IS 118 (46.48% from 255) = 67.82%
R=24.71%
G=7.47%
B=67.82%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal43131180.640.8900.54257.1480.1525.69
Hex2BD764059036101501a
Octal531516610013106640112032
Binary10101111011110110100000010110010110110100000001101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,13,118); }

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

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

 a { background-color: rgb(43,13,118); }

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

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

 span { border-color: rgb(43,13,118); }

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