#2D1871

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

Shades of Persian Indigo #2D1871

Tints of Persian Indigo #2D1871

Color information

#2D1871 (or 0x2D1871) is unknown color: approx Persian Indigo. HEX triplet: 2D, 18 and 71. RGB value is (45,24,113). Sum of RGB (Red+Green+Blue) = 45+24+113=182 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.73% from 182); Green value is 24 (9.77% from 255 or 13.19% from 182); Blue value is 113 (44.53% from 255 or 62.09% from 182); Max value from RGB is 113 - color contains mainly: blue. Hex color #2D1871 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D1871 is #D2E78E. Grayscale: #282828. Windows color (decimal): -13821839 or 7411757. OLE color: 7411757.

HSL color Cylindrical-coordinate representation of color #2D1871: hue angle of 254.16º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D1871 is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4524113-
CMYK0.600.7900.56
HSL254.16º64.96%26.86%-
HSV(B)254.16º78.76%44.31%-
XYZ4.392.415.86-
YUV40.42168.96131.26-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 24.73%
GREEN value IS 24 (9.77% from 255) = 13.19%
BLUE value IS 113 (44.53% from 255) = 62.09%
R=24.73%
G=13.19%
B=62.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal45241130.600.7900.56254.1664.9626.86
Hex2D18713C4F038fe411b
Octal55301617411707037610133
Binary1011011100011100011111001001111011100011111110100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,24,113); }

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

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

 a { background-color: rgb(45,24,113); }

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

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

 span { border-color: rgb(45,24,113); }

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