Shades of Persian Indigo #24007F
Tints of Persian Indigo #24007F
RGB
CMYK
RGB Variations
Color information
#24007F (or 0x24007F) is known color: Persian Indigo. HEX triplet: 24, 00 and 7F. RGB value is (36,0,127). Sum of RGB (Red+Green+Blue) = 36+0+127=163 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.09% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 127 (50% from 255 or 77.91% from 163); Max value from RGB is 127 - color contains mainly: blue. Hex color #24007F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24007F is #DBFF80. Grayscale: #181818. Windows color (decimal): -14417793 or 8323108. OLE color: 8323108.
HSL color Cylindrical-coordinate representation of color #24007F: hue angle of 257.01º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #24007F is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 0 | 127 | - |
| CMYK | 0.72 | 1 | 0 | 0.50 |
| HSL | 257.01º | 1% | 0.25% | - |
| HSV(B) | 257.01º | 1% | 0.5% | - |
| XYZ | 4.56 | 1.91 | 20.21 | - |
| YUV | 25.24 | 185.43 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 127 | 0.72 | 1 | 0 | 0.50 | 257.01 | 1 | 0.25 |
| Hex | 24 | 0 | 7F | 48 | 64 | 0 | 32 | 101 | 64 | 19 |
| Octal | 44 | 0 | 177 | 110 | 144 | 0 | 62 | 401 | 144 | 31 |
| Binary | 100100 | 0 | 1111111 | 1001000 | 1100100 | 0 | 110010 | 100000001 | 1100100 | 11001 |
Color Harmonies of #24007F
Complementary color
Monochromatic Colors of #24007F
Black with #24007F
Text Example
Text Example
White with #24007F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24007F; }
p { color: rgb(36,0,127); }
H1.HeaderClassName
{
color: #24007F;
}
.AnyTagClassName
{
color: #24007F;
}
</style>
background-color css
<style>
a { background-color: #24007F; }
a { background-color: rgb(36,0,127); }
div.DivClassName
{
background-color: #24007F;
}
.BgClassName
{
background-color: #24007F;
}
</style>
border-color css
<style>
span { border-color: #24007F; }
span { border-color: rgb(36,0,127); }
td.TdClassName
{
border-color: #24007F;
}
.TagClassName
{
border-color: #24007F;
}
</style>