Shades of Persian Indigo #24106E
Tints of Persian Indigo #24106E
RGB
CMYK
RGB Variations
Color information
#24106E (or 0x24106E) is known color: Persian Indigo. HEX triplet: 24, 10 and 6E. RGB value is (36,16,110). Sum of RGB (Red+Green+Blue) = 36+16+110=162 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.22% from 162); Green value is 16 (6.64% from 255 or 9.88% from 162); Blue value is 110 (43.36% from 255 or 67.90% from 162); Max value from RGB is 110 - color contains mainly: blue. Hex color #24106E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24106E is #DBEF91. Grayscale: #202020. Windows color (decimal): -14413714 or 7213092. OLE color: 7213092.
HSL color Cylindrical-coordinate representation of color #24106E: hue angle of 252.77º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24106E is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 36 | 16 | 110 | - |
| CMYK | 0.67 | 0.85 | 0 | 0.57 |
| HSL | 252.77º | 0.75% | 0.25% | - |
| HSV(B) | 252.77º | 0.85% | 0.43% | - |
| XYZ | 3.73 | 1.87 | 14.92 | - |
| YUV | 32.7 | 171.63 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 16 | 110 | 0.67 | 0.85 | 0 | 0.57 | 252.77 | 0.75 | 0.25 |
| Hex | 24 | 10 | 6E | 43 | 55 | 0 | 39 | FD | 4B | 19 |
| Octal | 44 | 20 | 156 | 103 | 125 | 0 | 71 | 375 | 113 | 31 |
| Binary | 100100 | 10000 | 1101110 | 1000011 | 1010101 | 0 | 111001 | 11111101 | 1001011 | 11001 |
Color Harmonies of #24106E
Complementary color
Monochromatic Colors of #24106E
Black with #24106E
Text Example
Text Example
White with #24106E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24106E; }
p { color: rgb(36,16,110); }
H1.HeaderClassName
{
color: #24106E;
}
.AnyTagClassName
{
color: #24106E;
}
</style>
background-color css
<style>
a { background-color: #24106E; }
a { background-color: rgb(36,16,110); }
div.DivClassName
{
background-color: #24106E;
}
.BgClassName
{
background-color: #24106E;
}
</style>
border-color css
<style>
span { border-color: #24106E; }
span { border-color: rgb(36,16,110); }
td.TdClassName
{
border-color: #24106E;
}
.TagClassName
{
border-color: #24106E;
}
</style>