Shades of Persian Indigo #24116D
Tints of Persian Indigo #24116D
RGB
CMYK
RGB Variations
Color information
#24116D (or 0x24116D) is known color: Persian Indigo. HEX triplet: 24, 11 and 6D. RGB value is (36,17,109). Sum of RGB (Red+Green+Blue) = 36+17+109=162 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.22% from 162); Green value is 17 (7.03% from 255 or 10.49% from 162); Blue value is 109 (42.97% from 255 or 67.28% from 162); Max value from RGB is 109 - color contains mainly: blue. Hex color #24116D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24116D is #DBEE92. Grayscale: #202020. Windows color (decimal): -14413459 or 7147812. OLE color: 7147812.
HSL color Cylindrical-coordinate representation of color #24116D: hue angle of 252.39º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24116D is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 36 | 17 | 109 | - |
| CMYK | 0.67 | 0.84 | 0 | 0.57 |
| HSL | 252.39º | 0.73% | 0.25% | - |
| HSV(B) | 252.39º | 0.84% | 0.43% | - |
| XYZ | 3.69 | 1.88 | 14.64 | - |
| YUV | 33.17 | 170.79 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 17 | 109 | 0.67 | 0.84 | 0 | 0.57 | 252.39 | 0.73 | 0.25 |
| Hex | 24 | 11 | 6D | 43 | 54 | 0 | 39 | FC | 49 | 19 |
| Octal | 44 | 21 | 155 | 103 | 124 | 0 | 71 | 374 | 111 | 31 |
| Binary | 100100 | 10001 | 1101101 | 1000011 | 1010100 | 0 | 111001 | 11111100 | 1001001 | 11001 |
Color Harmonies of #24116D
Complementary color
Monochromatic Colors of #24116D
Black with #24116D
Text Example
Text Example
White with #24116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24116D; }
p { color: rgb(36,17,109); }
H1.HeaderClassName
{
color: #24116D;
}
.AnyTagClassName
{
color: #24116D;
}
</style>
background-color css
<style>
a { background-color: #24116D; }
a { background-color: rgb(36,17,109); }
div.DivClassName
{
background-color: #24116D;
}
.BgClassName
{
background-color: #24116D;
}
</style>
border-color css
<style>
span { border-color: #24116D; }
span { border-color: rgb(36,17,109); }
td.TdClassName
{
border-color: #24116D;
}
.TagClassName
{
border-color: #24116D;
}
</style>