#2C187C

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

Shades of Persian Indigo #2C187C

Tints of Persian Indigo #2C187C

Color information

#2C187C (or 0x2C187C) is unknown color: approx Persian Indigo. HEX triplet: 2C, 18 and 7C. RGB value is (44,24,124). Sum of RGB (Red+Green+Blue) = 44+24+124=192 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.92% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 124 (48.83% from 255 or 64.58% from 192); Max value from RGB is 124 - color contains mainly: blue. Hex color #2C187C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C187C is #D3E783. Grayscale: #292929. Windows color (decimal): -13887364 or 8132652. OLE color: 8132652.

HSL color Cylindrical-coordinate representation of color #2C187C: hue angle of 252º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C187C is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4424124-
CMYK0.650.8100.51
HSL252º67.57%29.02%-
HSV(B)252º80.65%48.63%-
XYZ52.6419.32-
YUV41.38174.63129.87-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22.92%
GREEN value IS 24 (9.77% from 255) = 12.5%
BLUE value IS 124 (48.83% from 255) = 64.58%
R=22.92%
G=12.5%
B=64.58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal44241240.650.8100.5125267.5729.02
Hex2C187C4151033fc441d
Octal543017410112106337410435
Binary10110011000111110010000011010001011001111111100100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C187C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,24,124); }

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

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

 a { background-color: rgb(44,24,124); }

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

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

 span { border-color: rgb(44,24,124); }

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