#2C2187

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

Shades of Persian Indigo #2C2187

Tints of Persian Indigo #2C2187

Color information

#2C2187 (or 0x2C2187) is unknown color: approx Persian Indigo. HEX triplet: 2C, 21 and 87. RGB value is (44,33,135). Sum of RGB (Red+Green+Blue) = 44+33+135=212 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.75% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 135 (53.12% from 255 or 63.68% from 212); Max value from RGB is 135 - color contains mainly: blue. Hex color #2C2187 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2187 is #D3DE78. Grayscale: #2F2F2F. Windows color (decimal): -13885049 or 8855852. OLE color: 8855852.

HSL color Cylindrical-coordinate representation of color #2C2187: hue angle of 246.47º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2C2187 is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4433135-
CMYK0.670.7600.47
HSL246.47º60.71%32.94%-
HSV(B)246.47º75.56%52.94%-
XYZ5.963.3723.26-
YUV47.92177.14125.21-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.75%
GREEN value IS 33 (13.28% from 255) = 15.57%
BLUE value IS 135 (53.12% from 255) = 63.68%
R=20.75%
G=15.57%
B=63.68%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal44331350.670.7600.47246.4760.7132.94
Hex2C2187434C02Ff63d21
Octal54412071031140573667541
Binary1011001000011000011110000111001100010111111110110111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,33,135); }

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

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

 a { background-color: rgb(44,33,135); }

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

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

 span { border-color: rgb(44,33,135); }

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