#2C2490

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

Shades of Persian Indigo #2C2490

Tints of Persian Indigo #2C2490

Color information

#2C2490 (or 0x2C2490) is unknown color: approx Persian Indigo. HEX triplet: 2C, 24 and 90. RGB value is (44,36,144). Sum of RGB (Red+Green+Blue) = 44+36+144=224 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.64% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 144 (56.64% from 255 or 64.29% from 224); Max value from RGB is 144 - color contains mainly: blue. Hex color #2C2490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2490 is #D3DB6F. Grayscale: #323232. Windows color (decimal): -13884272 or 9446444. OLE color: 9446444.

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

Color convert

RGB4436144-
CMYK0.690.7500.44
HSL244.44º60%35.29%-
HSV(B)244.44º75%56.47%-
XYZ6.73.8126.77-
YUV50.7180.65123.22-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.64%
GREEN value IS 36 (14.45% from 255) = 16.07%
BLUE value IS 144 (56.64% from 255) = 64.29%
R=19.64%
G=16.07%
B=64.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal44361440.690.7500.44244.446035.29
Hex2C2490454B02Cf43c23
Octal54442201051130543647443
Binary1011001001001001000010001011001011010110011110100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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