Shades of Persian Indigo #24086C
Tints of Persian Indigo #24086C
RGB
CMYK
RGB Variations
Color information
#24086C (or 0x24086C) is known color: Persian Indigo. HEX triplet: 24, 08 and 6C. RGB value is (36,8,108). Sum of RGB (Red+Green+Blue) = 36+8+108=152 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.68% from 152); Green value is 8 (3.52% from 255 or 5.26% from 152); Blue value is 108 (42.58% from 255 or 71.05% from 152); Max value from RGB is 108 - color contains mainly: blue. Hex color #24086C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24086C is #DBF793. Grayscale: #1B1B1B. Windows color (decimal): -14415764 or 7079972. OLE color: 7079972.
HSL color Cylindrical-coordinate representation of color #24086C: hue angle of 256.8º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #24086C is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 36 | 8 | 108 | - |
| CMYK | 0.67 | 0.93 | 0 | 0.58 |
| HSL | 256.8º | 0.86% | 0.23% | - |
| HSV(B) | 256.8º | 0.93% | 0.42% | - |
| XYZ | 3.52 | 1.63 | 14.32 | - |
| YUV | 27.77 | 173.28 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 8 | 108 | 0.67 | 0.93 | 0 | 0.58 | 256.8 | 0.86 | 0.23 |
| Hex | 24 | 8 | 6C | 43 | 5D | 0 | 3A | 101 | 56 | 17 |
| Octal | 44 | 10 | 154 | 103 | 135 | 0 | 72 | 401 | 126 | 27 |
| Binary | 100100 | 1000 | 1101100 | 1000011 | 1011101 | 0 | 111010 | 100000001 | 1010110 | 10111 |
Color Harmonies of #24086C
Complementary color
Monochromatic Colors of #24086C
Black with #24086C
Text Example
Text Example
White with #24086C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24086C; }
p { color: rgb(36,8,108); }
H1.HeaderClassName
{
color: #24086C;
}
.AnyTagClassName
{
color: #24086C;
}
</style>
background-color css
<style>
a { background-color: #24086C; }
a { background-color: rgb(36,8,108); }
div.DivClassName
{
background-color: #24086C;
}
.BgClassName
{
background-color: #24086C;
}
</style>
border-color css
<style>
span { border-color: #24086C; }
span { border-color: rgb(36,8,108); }
td.TdClassName
{
border-color: #24086C;
}
.TagClassName
{
border-color: #24086C;
}
</style>