#2C1972

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

Shades of Persian Indigo #2C1972

Tints of Persian Indigo #2C1972

Color information

#2C1972 (or 0x2C1972) is unknown color: approx Persian Indigo. HEX triplet: 2C, 19 and 72. RGB value is (44,25,114). Sum of RGB (Red+Green+Blue) = 44+25+114=183 (24% of max value = 765). Red value is 44 (17.58% from 255 or 24.04% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 114 (44.92% from 255 or 62.30% from 183); Max value from RGB is 114 - color contains mainly: blue. Hex color #2C1972 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C1972 is #D3E68D. Grayscale: #282828. Windows color (decimal): -13887118 or 7477548. OLE color: 7477548.

HSL color Cylindrical-coordinate representation of color #2C1972: hue angle of 252.81º 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 #2C1972 is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4425114-
CMYK0.610.7800.55
HSL252.81º64.03%27.25%-
HSV(B)252.81º78.07%44.71%-
XYZ4.422.4516.16-
YUV40.83169.29130.26-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 24.04%
GREEN value IS 25 (10.16% from 255) = 13.66%
BLUE value IS 114 (44.92% from 255) = 62.30%
R=24.04%
G=13.66%
B=62.30%

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
Decimal44251140.610.7800.55252.8164.0327.25
Hex2C19723D4E037fd401b
Octal54311627511606737510033
Binary1011001100111100101111011001110011011111111101100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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