#2C1973

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

Shades of Persian Indigo #2C1973

Tints of Persian Indigo #2C1973

Color information

#2C1973 (or 0x2C1973) is unknown color: approx Persian Indigo. HEX triplet: 2C, 19 and 73. RGB value is (44,25,115). Sum of RGB (Red+Green+Blue) = 44+25+115=184 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.91% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 115 (45.31% from 255 or 62.5% from 184); Max value from RGB is 115 - color contains mainly: blue. Hex color #2C1973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C1973 is #D3E68C. Grayscale: #282828. Windows color (decimal): -13887117 or 7543084. OLE color: 7543084.

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

Color convert

RGB4425115-
CMYK0.620.7800.55
HSL252.67º64.29%27.45%-
HSV(B)252.67º78.26%45.1%-
XYZ4.482.4716.46-
YUV40.94169.79130.18-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.91%
GREEN value IS 25 (10.16% from 255) = 13.59%
BLUE value IS 115 (45.31% from 255) = 62.5%
R=23.91%
G=13.59%
B=62.5%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal44251150.620.7800.55252.6764.2927.45
Hex2C19733E4E037fd401b
Octal54311637611606737510033
Binary1011001100111100111111101001110011011111111101100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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