#2C1192

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

Shades of Persian Indigo #2C1192

Tints of Persian Indigo #2C1192

Color information

#2C1192 (or 0x2C1192) is unknown color: approx Persian Indigo. HEX triplet: 2C, 11 and 92. RGB value is (44,17,146). Sum of RGB (Red+Green+Blue) = 44+17+146=207 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.26% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 146 (57.42% from 255 or 70.53% from 207); Max value from RGB is 146 - color contains mainly: blue. Hex color #2C1192 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C1192 is #D3EE6D. Grayscale: #272727. Windows color (decimal): -13889134 or 9572652. OLE color: 9572652.

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

Color convert

RGB4417146-
CMYK0.700.8800.43
HSL252.56º79.14%31.96%-
HSV(B)252.56º88.36%57.25%-
XYZ6.433.0127.44-
YUV39.78187.95131.01-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.26%
GREEN value IS 17 (7.03% from 255) = 8.21%
BLUE value IS 146 (57.42% from 255) = 70.53%
R=21.26%
G=8.21%
B=70.53%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal44171460.700.8800.43252.5679.1431.96
Hex2C1192465802Bfd4f20
Octal542122210613005337511740
Binary1011001000110010010100011010110000101011111111011001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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