Shades of Persian Indigo #24017C
Tints of Persian Indigo #24017C
RGB
CMYK
RGB Variations
Color information
#24017C (or 0x24017C) is known color: Persian Indigo. HEX triplet: 24, 01 and 7C. RGB value is (36,1,124). Sum of RGB (Red+Green+Blue) = 36+1+124=161 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.36% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 124 (48.83% from 255 or 77.02% from 161); Max value from RGB is 124 - color contains mainly: blue. Hex color #24017C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24017C is #DBFE83. Grayscale: #191919. Windows color (decimal): -14417540 or 8126756. OLE color: 8126756.
HSL color Cylindrical-coordinate representation of color #24017C: hue angle of 257.07º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #24017C is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 36 | 1 | 124 | - |
| CMYK | 0.71 | 0.99 | 0 | 0.51 |
| HSL | 257.07º | 0.98% | 0.25% | - |
| HSV(B) | 257.07º | 0.99% | 0.49% | - |
| XYZ | 4.38 | 1.85 | 19.2 | - |
| YUV | 25.49 | 183.6 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 1 | 124 | 0.71 | 0.99 | 0 | 0.51 | 257.07 | 0.98 | 0.25 |
| Hex | 24 | 1 | 7C | 47 | 63 | 0 | 33 | 101 | 62 | 19 |
| Octal | 44 | 1 | 174 | 107 | 143 | 0 | 63 | 401 | 142 | 31 |
| Binary | 100100 | 1 | 1111100 | 1000111 | 1100011 | 0 | 110011 | 100000001 | 1100010 | 11001 |
Color Harmonies of #24017C
Complementary color
Monochromatic Colors of #24017C
Black with #24017C
Text Example
Text Example
White with #24017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24017C; }
p { color: rgb(36,1,124); }
H1.HeaderClassName
{
color: #24017C;
}
.AnyTagClassName
{
color: #24017C;
}
</style>
background-color css
<style>
a { background-color: #24017C; }
a { background-color: rgb(36,1,124); }
div.DivClassName
{
background-color: #24017C;
}
.BgClassName
{
background-color: #24017C;
}
</style>
border-color css
<style>
span { border-color: #24017C; }
span { border-color: rgb(36,1,124); }
td.TdClassName
{
border-color: #24017C;
}
.TagClassName
{
border-color: #24017C;
}
</style>