#2C2190

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

Shades of Persian Indigo #2C2190

Tints of Persian Indigo #2C2190

Color information

#2C2190 (or 0x2C2190) is unknown color: approx Persian Indigo. HEX triplet: 2C, 21 and 90. RGB value is (44,33,144). Sum of RGB (Red+Green+Blue) = 44+33+144=221 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.91% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 144 (56.64% from 255 or 65.16% from 221); Max value from RGB is 144 - color contains mainly: blue. Hex color #2C2190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2190 is #D3DE6F. Grayscale: #303030. Windows color (decimal): -13885040 or 9445676. OLE color: 9445676.

HSL color Cylindrical-coordinate representation of color #2C2190: hue angle of 245.95º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C2190 is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4433144-
CMYK0.690.7700.44
HSL245.95º62.71%34.71%-
HSV(B)245.95º77.08%56.47%-
XYZ6.623.6426.74-
YUV48.94181.64124.47-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.91%
GREEN value IS 33 (13.28% from 255) = 14.93%
BLUE value IS 144 (56.64% from 255) = 65.16%
R=19.91%
G=14.93%
B=65.16%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal44331440.690.7700.44245.9562.7134.71
Hex2C2190454D02Cf63f23
Octal54412201051150543667743
Binary1011001000011001000010001011001101010110011110110111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,33,144); }

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

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

 a { background-color: rgb(44,33,144); }

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

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

 span { border-color: rgb(44,33,144); }

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