#24077c

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

Shades of Persian Indigo #24077C

Tints of Persian Indigo #24077C

Color information

#24077C (or 0x24077C) is unknown color: approx Persian Indigo. HEX triplet: 24, 07 and 7C. RGB value is (36,7,124). Sum of RGB (Red+Green+Blue) = 36+7+124=167 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.56% from 167); Green value is 7 (3.12% from 255 or 4.19% from 167); Blue value is 124 (48.83% from 255 or 74.25% from 167); Max value from RGB is 124 - color contains mainly: blue. Hex color #24077C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24077C is #DBF883. Grayscale: #1C1C1C. Windows color (decimal): -14416004 or 8128292. OLE color: 8128292.

HSL color Cylindrical-coordinate representation of color #24077C: hue angle of 254.87º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #24077C is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB367124-
CMYK0.710.9400.51
HSL254.87º89.31%25.69%-
HSV(B)254.87º94.35%48.63%-
XYZ4.441.9819.22-
YUV29.01181.61132.99-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.56%
GREEN value IS 7 (3.12% from 255) = 4.19%
BLUE value IS 124 (48.83% from 255) = 74.25%
R=21.56%
G=4.19%
B=74.25%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal3671240.710.9400.51254.8789.3125.69
Hex2477C475E033ff591a
Octal44717410713606337713132
Binary100100111111110010001111011110011001111111111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24077c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24077c; }

 p { color: rgb(36,7,124); }

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

<style>
 a { background-color: #24077c; }

 a { background-color: rgb(36,7,124); }

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

<style>
 span { border-color: #24077c; }

 span { border-color: rgb(36,7,124); }

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