Shades of Persian Indigo #24076E
Tints of Persian Indigo #24076E
RGB
CMYK
RGB Variations
Color information
#24076E (or 0x24076E) is known color: Persian Indigo. HEX triplet: 24, 07 and 6E. RGB value is (36,7,110). Sum of RGB (Red+Green+Blue) = 36+7+110=153 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.53% from 153); Green value is 7 (3.12% from 255 or 4.58% from 153); Blue value is 110 (43.36% from 255 or 71.90% from 153); Max value from RGB is 110 - color contains mainly: blue. Hex color #24076E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24076E is #DBF891. Grayscale: #1B1B1B. Windows color (decimal): -14416018 or 7210788. OLE color: 7210788.
HSL color Cylindrical-coordinate representation of color #24076E: hue angle of 256.89º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #24076E is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 36 | 7 | 110 | - |
| CMYK | 0.67 | 0.94 | 0 | 0.57 |
| HSL | 256.89º | 0.88% | 0.23% | - |
| HSV(B) | 256.89º | 0.94% | 0.43% | - |
| XYZ | 3.62 | 1.65 | 14.88 | - |
| YUV | 27.41 | 174.61 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 7 | 110 | 0.67 | 0.94 | 0 | 0.57 | 256.89 | 0.88 | 0.23 |
| Hex | 24 | 7 | 6E | 43 | 5E | 0 | 39 | 101 | 58 | 17 |
| Octal | 44 | 7 | 156 | 103 | 136 | 0 | 71 | 401 | 130 | 27 |
| Binary | 100100 | 111 | 1101110 | 1000011 | 1011110 | 0 | 111001 | 100000001 | 1011000 | 10111 |
Color Harmonies of #24076E
Complementary color
Monochromatic Colors of #24076E
Black with #24076E
Text Example
Text Example
White with #24076E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24076E; }
p { color: rgb(36,7,110); }
H1.HeaderClassName
{
color: #24076E;
}
.AnyTagClassName
{
color: #24076E;
}
</style>
background-color css
<style>
a { background-color: #24076E; }
a { background-color: rgb(36,7,110); }
div.DivClassName
{
background-color: #24076E;
}
.BgClassName
{
background-color: #24076E;
}
</style>
border-color css
<style>
span { border-color: #24076E; }
span { border-color: rgb(36,7,110); }
td.TdClassName
{
border-color: #24076E;
}
.TagClassName
{
border-color: #24076E;
}
</style>