#2C1991

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

Shades of Persian Indigo #2C1991

Tints of Persian Indigo #2C1991

Color information

#2C1991 (or 0x2C1991) is unknown color: approx Persian Indigo. HEX triplet: 2C, 19 and 91. RGB value is (44,25,145). Sum of RGB (Red+Green+Blue) = 44+25+145=214 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.56% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 145 (57.03% from 255 or 67.76% from 214); Max value from RGB is 145 - color contains mainly: blue. Hex color #2C1991 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C1991 is #D3E66E. Grayscale: #2B2B2B. Windows color (decimal): -13887087 or 9509164. OLE color: 9509164.

HSL color Cylindrical-coordinate representation of color #2C1991: hue angle of 249.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2C1991 is Cyan = 0.70, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4425145-
CMYK0.700.8300.43
HSL249.5º70.59%33.33%-
HSV(B)249.5º82.76%56.86%-
XYZ6.53.2827.08-
YUV44.36184.79127.74-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.56%
GREEN value IS 25 (10.16% from 255) = 11.68%
BLUE value IS 145 (57.03% from 255) = 67.76%
R=20.56%
G=11.68%
B=67.76%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal44251450.700.8300.43249.570.5933.33
Hex2C1991465302Bfa4721
Octal543122110612305337210741
Binary1011001100110010001100011010100110101011111110101000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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