#2C1592

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

Shades of Persian Indigo #2C1592

Tints of Persian Indigo #2C1592

Color information

#2C1592 (or 0x2C1592) is unknown color: approx Persian Indigo. HEX triplet: 2C, 15 and 92. RGB value is (44,21,146). Sum of RGB (Red+Green+Blue) = 44+21+146=211 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.85% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 146 (57.42% from 255 or 69.19% from 211); Max value from RGB is 146 - color contains mainly: blue. Hex color #2C1592 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C1592 is #D3EA6D. Grayscale: #292929. Windows color (decimal): -13888110 or 9573676. OLE color: 9573676.

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

Color convert

RGB4421146-
CMYK0.700.8600.43
HSL251.04º74.85%32.75%-
HSV(B)251.04º85.62%57.25%-
XYZ6.53.1527.46-
YUV42.13186.62129.34-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.85%
GREEN value IS 21 (8.59% from 255) = 9.95%
BLUE value IS 146 (57.42% from 255) = 69.19%
R=20.85%
G=9.95%
B=69.19%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal44211460.700.8600.43251.0474.8532.75
Hex2C1592465602Bfb4b21
Octal542522210612605337311341
Binary1011001010110010010100011010101100101011111110111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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