Shades of Persian Indigo #24126E
Tints of Persian Indigo #24126E
RGB
CMYK
RGB Variations
Color information
#24126E (or 0x24126E) is known color: Persian Indigo. HEX triplet: 24, 12 and 6E. RGB value is (36,18,110). Sum of RGB (Red+Green+Blue) = 36+18+110=164 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.95% from 164); Green value is 18 (7.42% from 255 or 10.98% from 164); Blue value is 110 (43.36% from 255 or 67.07% from 164); Max value from RGB is 110 - color contains mainly: blue. Hex color #24126E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24126E is #DBED91. Grayscale: #212121. Windows color (decimal): -14413202 or 7213604. OLE color: 7213604.
HSL color Cylindrical-coordinate representation of color #24126E: hue angle of 251.74º degrees, saturation: 0.72, 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 #24126E is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 36 | 18 | 110 | - |
| CMYK | 0.67 | 0.84 | 0 | 0.57 |
| HSL | 251.74º | 0.72% | 0.25% | - |
| HSV(B) | 251.74º | 0.84% | 0.43% | - |
| XYZ | 3.76 | 1.93 | 14.93 | - |
| YUV | 33.87 | 170.96 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 18 | 110 | 0.67 | 0.84 | 0 | 0.57 | 251.74 | 0.72 | 0.25 |
| Hex | 24 | 12 | 6E | 43 | 54 | 0 | 39 | FC | 48 | 19 |
| Octal | 44 | 22 | 156 | 103 | 124 | 0 | 71 | 374 | 110 | 31 |
| Binary | 100100 | 10010 | 1101110 | 1000011 | 1010100 | 0 | 111001 | 11111100 | 1001000 | 11001 |
Color Harmonies of #24126E
Complementary color
Monochromatic Colors of #24126E
Black with #24126E
Text Example
Text Example
White with #24126E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24126E; }
p { color: rgb(36,18,110); }
H1.HeaderClassName
{
color: #24126E;
}
.AnyTagClassName
{
color: #24126E;
}
</style>
background-color css
<style>
a { background-color: #24126E; }
a { background-color: rgb(36,18,110); }
div.DivClassName
{
background-color: #24126E;
}
.BgClassName
{
background-color: #24126E;
}
</style>
border-color css
<style>
span { border-color: #24126E; }
span { border-color: rgb(36,18,110); }
td.TdClassName
{
border-color: #24126E;
}
.TagClassName
{
border-color: #24126E;
}
</style>