#2C1196

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

Shades of Persian Indigo #2C1196

Tints of Persian Indigo #2C1196

Color information

#2C1196 (or 0x2C1196) is unknown color: approx Persian Indigo. HEX triplet: 2C, 11 and 96. RGB value is (44,17,150). Sum of RGB (Red+Green+Blue) = 44+17+150=211 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.85% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 150 (58.98% from 255 or 71.09% from 211); Max value from RGB is 150 - color contains mainly: blue. Hex color #2C1196 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C1196 is #D3EE69. Grayscale: #272727. Windows color (decimal): -13889130 or 9834796. OLE color: 9834796.

HSL color Cylindrical-coordinate representation of color #2C1196: hue angle of 252.18º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2C1196 is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4417150-
CMYK0.710.8900.41
HSL252.18º79.64%32.75%-
HSV(B)252.18º88.67%58.82%-
XYZ6.743.1429.1-
YUV40.24189.95130.69-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.85%
GREEN value IS 17 (7.03% from 255) = 8.06%
BLUE value IS 150 (58.98% from 255) = 71.09%
R=20.85%
G=8.06%
B=71.09%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal44171500.710.8900.41252.1879.6432.75
Hex2C11964759029fc5021
Octal542122610713105137412041
Binary1011001000110010110100011110110010101001111111001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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