#2D1972

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

Shades of Persian Indigo #2D1972

Tints of Persian Indigo #2D1972

Color information

#2D1972 (or 0x2D1972) is unknown color: approx Persian Indigo. HEX triplet: 2D, 19 and 72. RGB value is (45,25,114). Sum of RGB (Red+Green+Blue) = 45+25+114=184 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.46% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 114 (44.92% from 255 or 61.96% from 184); Max value from RGB is 114 - color contains mainly: blue. Hex color #2D1972 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D1972 is #D2E68D. Grayscale: #282828. Windows color (decimal): -13821582 or 7477549. OLE color: 7477549.

HSL color Cylindrical-coordinate representation of color #2D1972: hue angle of 253.48º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D1972 is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4525114-
CMYK0.610.7800.55
HSL253.48º64.03%27.25%-
HSV(B)253.48º78.07%44.71%-
XYZ4.472.4716.16-
YUV41.13169.13130.76-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 24.46%
GREEN value IS 25 (10.16% from 255) = 13.59%
BLUE value IS 114 (44.92% from 255) = 61.96%
R=24.46%
G=13.59%
B=61.96%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal45251140.610.7800.55253.4864.0327.25
Hex2D19723D4E037fd401b
Octal55311627511606737510033
Binary1011011100111100101111011001110011011111111101100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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