Shades of Persian Indigo #24016D
Tints of Persian Indigo #24016D
RGB
CMYK
RGB Variations
Color information
#24016D (or 0x24016D) is known color: Persian Indigo. HEX triplet: 24, 01 and 6D. RGB value is (36,1,109). Sum of RGB (Red+Green+Blue) = 36+1+109=146 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.66% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 109 (42.97% from 255 or 74.66% from 146); Max value from RGB is 109 - color contains mainly: blue. Hex color #24016D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24016D is #DBFE92. Grayscale: #171717. Windows color (decimal): -14417555 or 7143716. OLE color: 7143716.
HSL color Cylindrical-coordinate representation of color #24016D: hue angle of 259.44º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #24016D is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 36 | 1 | 109 | - |
| CMYK | 0.67 | 0.99 | 0 | 0.57 |
| HSL | 259.44º | 0.98% | 0.22% | - |
| HSV(B) | 259.44º | 0.99% | 0.43% | - |
| XYZ | 3.5 | 1.5 | 14.57 | - |
| YUV | 23.78 | 176.1 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 1 | 109 | 0.67 | 0.99 | 0 | 0.57 | 259.44 | 0.98 | 0.22 |
| Hex | 24 | 1 | 6D | 43 | 63 | 0 | 39 | 103 | 62 | 16 |
| Octal | 44 | 1 | 155 | 103 | 143 | 0 | 71 | 403 | 142 | 26 |
| Binary | 100100 | 1 | 1101101 | 1000011 | 1100011 | 0 | 111001 | 100000011 | 1100010 | 10110 |
Color Harmonies of #24016D
Complementary color
Monochromatic Colors of #24016D
Black with #24016D
Text Example
Text Example
White with #24016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24016D; }
p { color: rgb(36,1,109); }
H1.HeaderClassName
{
color: #24016D;
}
.AnyTagClassName
{
color: #24016D;
}
</style>
background-color css
<style>
a { background-color: #24016D; }
a { background-color: rgb(36,1,109); }
div.DivClassName
{
background-color: #24016D;
}
.BgClassName
{
background-color: #24016D;
}
</style>
border-color css
<style>
span { border-color: #24016D; }
span { border-color: rgb(36,1,109); }
td.TdClassName
{
border-color: #24016D;
}
.TagClassName
{
border-color: #24016D;
}
</style>