Shades of Persian Indigo #24017F
Tints of Persian Indigo #24017F
RGB
CMYK
RGB Variations
Color information
#24017F (or 0x24017F) is known color: Persian Indigo. HEX triplet: 24, 01 and 7F. RGB value is (36,1,127). Sum of RGB (Red+Green+Blue) = 36+1+127=164 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.95% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 127 (50% from 255 or 77.44% from 164); Max value from RGB is 127 - color contains mainly: blue. Hex color #24017F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24017F is #DBFE80. Grayscale: #191919. Windows color (decimal): -14417537 or 8323364. OLE color: 8323364.
HSL color Cylindrical-coordinate representation of color #24017F: hue angle of 256.67º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #24017F is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 1 | 127 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.50 |
| HSL | 256.67º | 0.98% | 0.25% | - |
| HSV(B) | 256.67º | 0.99% | 0.5% | - |
| XYZ | 4.57 | 1.93 | 20.21 | - |
| YUV | 25.83 | 185.1 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 1 | 127 | 0.72 | 0.99 | 0 | 0.50 | 256.67 | 0.98 | 0.25 |
| Hex | 24 | 1 | 7F | 48 | 63 | 0 | 32 | 101 | 62 | 19 |
| Octal | 44 | 1 | 177 | 110 | 143 | 0 | 62 | 401 | 142 | 31 |
| Binary | 100100 | 1 | 1111111 | 1001000 | 1100011 | 0 | 110010 | 100000001 | 1100010 | 11001 |
Color Harmonies of #24017F
Complementary color
Monochromatic Colors of #24017F
Black with #24017F
Text Example
Text Example
White with #24017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24017F; }
p { color: rgb(36,1,127); }
H1.HeaderClassName
{
color: #24017F;
}
.AnyTagClassName
{
color: #24017F;
}
</style>
background-color css
<style>
a { background-color: #24017F; }
a { background-color: rgb(36,1,127); }
div.DivClassName
{
background-color: #24017F;
}
.BgClassName
{
background-color: #24017F;
}
</style>
border-color css
<style>
span { border-color: #24017F; }
span { border-color: rgb(36,1,127); }
td.TdClassName
{
border-color: #24017F;
}
.TagClassName
{
border-color: #24017F;
}
</style>