#2C158C

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

Shades of Persian Indigo #2C158C

Tints of Persian Indigo #2C158C

Color information

#2C158C (or 0x2C158C) is unknown color: approx Persian Indigo. HEX triplet: 2C, 15 and 8C. RGB value is (44,21,140). Sum of RGB (Red+Green+Blue) = 44+21+140=205 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.46% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 140 (55.08% from 255 or 68.29% from 205); Max value from RGB is 140 - color contains mainly: blue. Hex color #2C158C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C158C is #D3EA73. Grayscale: #282828. Windows color (decimal): -13888116 or 9180460. OLE color: 9180460.

HSL color Cylindrical-coordinate representation of color #2C158C: hue angle of 251.6º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2C158C is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4421140-
CMYK0.690.8500.45
HSL251.6º73.91%31.57%-
HSV(B)251.6º85%54.9%-
XYZ6.042.9725.06-
YUV41.44183.62129.82-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.46%
GREEN value IS 21 (8.59% from 255) = 10.24%
BLUE value IS 140 (55.08% from 255) = 68.29%
R=21.46%
G=10.24%
B=68.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal44211400.690.8500.45251.673.9131.57
Hex2C158C455502Dfc4a20
Octal542521410512505537411240
Binary1011001010110001100100010110101010101101111111001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C158C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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