Shades of Persian Indigo #24017D
Tints of Persian Indigo #24017D
RGB
CMYK
RGB Variations
Color information
#24017D (or 0x24017D) is known color: Persian Indigo. HEX triplet: 24, 01 and 7D. RGB value is (36,1,125). Sum of RGB (Red+Green+Blue) = 36+1+125=162 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.22% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 125 (49.22% from 255 or 77.16% from 162); Max value from RGB is 125 - color contains mainly: blue. Hex color #24017D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24017D is #DBFE82. Grayscale: #191919. Windows color (decimal): -14417539 or 8192292. OLE color: 8192292.
HSL color Cylindrical-coordinate representation of color #24017D: hue angle of 256.94º 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 #24017D is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 36 | 1 | 125 | - |
| CMYK | 0.71 | 0.99 | 0 | 0.51 |
| HSL | 256.94º | 0.98% | 0.25% | - |
| HSV(B) | 256.94º | 0.99% | 0.49% | - |
| XYZ | 4.44 | 1.88 | 19.53 | - |
| YUV | 25.6 | 184.1 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 1 | 125 | 0.71 | 0.99 | 0 | 0.51 | 256.94 | 0.98 | 0.25 |
| Hex | 24 | 1 | 7D | 47 | 63 | 0 | 33 | 101 | 62 | 19 |
| Octal | 44 | 1 | 175 | 107 | 143 | 0 | 63 | 401 | 142 | 31 |
| Binary | 100100 | 1 | 1111101 | 1000111 | 1100011 | 0 | 110011 | 100000001 | 1100010 | 11001 |
Color Harmonies of #24017D
Complementary color
Monochromatic Colors of #24017D
Black with #24017D
Text Example
Text Example
White with #24017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24017D; }
p { color: rgb(36,1,125); }
H1.HeaderClassName
{
color: #24017D;
}
.AnyTagClassName
{
color: #24017D;
}
</style>
background-color css
<style>
a { background-color: #24017D; }
a { background-color: rgb(36,1,125); }
div.DivClassName
{
background-color: #24017D;
}
.BgClassName
{
background-color: #24017D;
}
</style>
border-color css
<style>
span { border-color: #24017D; }
span { border-color: rgb(36,1,125); }
td.TdClassName
{
border-color: #24017D;
}
.TagClassName
{
border-color: #24017D;
}
</style>