#2C2089

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

Shades of Persian Indigo #2C2089

Tints of Persian Indigo #2C2089

Color information

#2C2089 (or 0x2C2089) is unknown color: approx Persian Indigo. HEX triplet: 2C, 20 and 89. RGB value is (44,32,137). Sum of RGB (Red+Green+Blue) = 44+32+137=213 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.66% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 137 (53.91% from 255 or 64.32% from 213); Max value from RGB is 137 - color contains mainly: blue. Hex color #2C2089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2089 is #D3DF76. Grayscale: #2F2F2F. Windows color (decimal): -13885303 or 8986668. OLE color: 8986668.

HSL color Cylindrical-coordinate representation of color #2C2089: hue angle of 246.86º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C2089 is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4432137-
CMYK0.680.7700.46
HSL246.86º62.13%33.14%-
HSV(B)246.86º76.64%53.73%-
XYZ6.073.3724-
YUV47.56178.48125.46-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.66%
GREEN value IS 32 (12.89% from 255) = 15.02%
BLUE value IS 137 (53.91% from 255) = 64.32%
R=20.66%
G=15.02%
B=64.32%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal44321370.680.7700.46246.8662.1333.14
Hex2C2089444D02Ef73e21
Octal54402111041150563677641
Binary1011001000001000100110001001001101010111011110111111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,32,137); }

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

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

 a { background-color: rgb(44,32,137); }

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

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

 span { border-color: rgb(44,32,137); }

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