Shades of Persian Indigo #24007C
Tints of Persian Indigo #24007C
RGB
CMYK
RGB Variations
Color information
#24007C (or 0x24007C) is known color: Persian Indigo. HEX triplet: 24, 00 and 7C. RGB value is (36,0,124). Sum of RGB (Red+Green+Blue) = 36+0+124=160 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.5% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 124 (48.83% from 255 or 77.5% from 160); Max value from RGB is 124 - color contains mainly: blue. Hex color #24007C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24007C is #DBFF83. Grayscale: #181818. Windows color (decimal): -14417796 or 8126500. OLE color: 8126500.
HSL color Cylindrical-coordinate representation of color #24007C: hue angle of 257.42º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #24007C is Cyan = 0.71, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 36 | 0 | 124 | - |
| CMYK | 0.71 | 1 | 0 | 0.51 |
| HSL | 257.42º | 1% | 0.24% | - |
| HSV(B) | 257.42º | 1% | 0.49% | - |
| XYZ | 4.37 | 1.83 | 19.19 | - |
| YUV | 24.9 | 183.93 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 124 | 0.71 | 1 | 0 | 0.51 | 257.42 | 1 | 0.24 |
| Hex | 24 | 0 | 7C | 47 | 64 | 0 | 33 | 101 | 64 | 18 |
| Octal | 44 | 0 | 174 | 107 | 144 | 0 | 63 | 401 | 144 | 30 |
| Binary | 100100 | 0 | 1111100 | 1000111 | 1100100 | 0 | 110011 | 100000001 | 1100100 | 11000 |
Color Harmonies of #24007C
Complementary color
Monochromatic Colors of #24007C
Black with #24007C
Text Example
Text Example
White with #24007C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24007C; }
p { color: rgb(36,0,124); }
H1.HeaderClassName
{
color: #24007C;
}
.AnyTagClassName
{
color: #24007C;
}
</style>
background-color css
<style>
a { background-color: #24007C; }
a { background-color: rgb(36,0,124); }
div.DivClassName
{
background-color: #24007C;
}
.BgClassName
{
background-color: #24007C;
}
</style>
border-color css
<style>
span { border-color: #24007C; }
span { border-color: rgb(36,0,124); }
td.TdClassName
{
border-color: #24007C;
}
.TagClassName
{
border-color: #24007C;
}
</style>