#2C1582

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

Shades of Persian Indigo #2C1582

Tints of Persian Indigo #2C1582

Color information

#2C1582 (or 0x2C1582) is unknown color: approx Persian Indigo. HEX triplet: 2C, 15 and 82. RGB value is (44,21,130). Sum of RGB (Red+Green+Blue) = 44+21+130=195 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.56% from 195); Green value is 21 (8.59% from 255 or 10.77% from 195); Blue value is 130 (51.17% from 255 or 66.67% from 195); Max value from RGB is 130 - color contains mainly: blue. Hex color #2C1582 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C1582 is #D3EA7D. Grayscale: #272727. Windows color (decimal): -13888126 or 8525100. OLE color: 8525100.

HSL color Cylindrical-coordinate representation of color #2C1582: hue angle of 252.66º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2C1582 is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4421130-
CMYK0.660.8400.49
HSL252.66º72.19%29.61%-
HSV(B)252.66º83.85%50.98%-
XYZ5.342.6821.36-
YUV40.3178.62130.64-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22.56%
GREEN value IS 21 (8.59% from 255) = 10.77%
BLUE value IS 130 (51.17% from 255) = 66.67%
R=22.56%
G=10.77%
B=66.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal44211300.660.8400.49252.6672.1929.61
Hex2C15824254031fd481e
Octal542520210212406137511036
Binary101100101011000001010000101010100011000111111101100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,21,130); }

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

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

 a { background-color: rgb(44,21,130); }

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

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

 span { border-color: rgb(44,21,130); }

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