#2D1976

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

Shades of Persian Indigo #2D1976

Tints of Persian Indigo #2D1976

Color information

#2D1976 (or 0x2D1976) is unknown color: approx Persian Indigo. HEX triplet: 2D, 19 and 76. RGB value is (45,25,118). Sum of RGB (Red+Green+Blue) = 45+25+118=188 (24% of max value = 765). Red value is 45 (17.97% from 255 or 23.94% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 118 (46.48% from 255 or 62.77% from 188); Max value from RGB is 118 - color contains mainly: blue. Hex color #2D1976 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D1976 is #D2E689. Grayscale: #292929. Windows color (decimal): -13821578 or 7739693. OLE color: 7739693.

HSL color Cylindrical-coordinate representation of color #2D1976: hue angle of 252.9º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D1976 is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4525118-
CMYK0.620.7900.54
HSL252.9º65.03%28.04%-
HSV(B)252.9º78.81%46.27%-
XYZ4.72.5617.39-
YUV41.58171.13130.44-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.94%
GREEN value IS 25 (10.16% from 255) = 13.30%
BLUE value IS 118 (46.48% from 255) = 62.77%
R=23.94%
G=13.30%
B=62.77%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal45251180.620.7900.54252.965.0328.04
Hex2D19763E4F036fd411c
Octal55311667611706637510134
Binary1011011100111101101111101001111011011011111101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,25,118); }

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

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

 a { background-color: rgb(45,25,118); }

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

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

 span { border-color: rgb(45,25,118); }

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