Shades of Persian Indigo #240E7A
Tints of Persian Indigo #240E7A
RGB
CMYK
RGB Variations
Color information
#240E7A (or 0x240E7A) is known color: Persian Indigo. HEX triplet: 24, 0E and 7A. RGB value is (36,14,122). Sum of RGB (Red+Green+Blue) = 36+14+122=172 (22% of max value = 765). Red value is 36 (14.45% from 255 or 20.93% from 172); Green value is 14 (5.86% from 255 or 8.14% from 172); Blue value is 122 (48.05% from 255 or 70.93% from 172); Max value from RGB is 122 - color contains mainly: blue. Hex color #240E7A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240E7A is #DBF185. Grayscale: #202020. Windows color (decimal): -14414214 or 7999012. OLE color: 7999012.
HSL color Cylindrical-coordinate representation of color #240E7A: hue angle of 252.22º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #240E7A is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 36 | 14 | 122 | - |
| CMYK | 0.70 | 0.89 | 0 | 0.52 |
| HSL | 252.22º | 0.79% | 0.27% | - |
| HSV(B) | 252.22º | 0.89% | 0.48% | - |
| XYZ | 4.4 | 2.09 | 18.58 | - |
| YUV | 32.89 | 178.29 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 14 | 122 | 0.70 | 0.89 | 0 | 0.52 | 252.22 | 0.79 | 0.27 |
| Hex | 24 | E | 7A | 46 | 59 | 0 | 34 | FC | 4F | 1B |
| Octal | 44 | 16 | 172 | 106 | 131 | 0 | 64 | 374 | 117 | 33 |
| Binary | 100100 | 1110 | 1111010 | 1000110 | 1011001 | 0 | 110100 | 11111100 | 1001111 | 11011 |
Color Harmonies of #240E7A
Complementary color
Monochromatic Colors of #240E7A
Black with #240E7A
Text Example
Text Example
White with #240E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240E7A; }
p { color: rgb(36,14,122); }
H1.HeaderClassName
{
color: #240E7A;
}
.AnyTagClassName
{
color: #240E7A;
}
</style>
background-color css
<style>
a { background-color: #240E7A; }
a { background-color: rgb(36,14,122); }
div.DivClassName
{
background-color: #240E7A;
}
.BgClassName
{
background-color: #240E7A;
}
</style>
border-color css
<style>
span { border-color: #240E7A; }
span { border-color: rgb(36,14,122); }
td.TdClassName
{
border-color: #240E7A;
}
.TagClassName
{
border-color: #240E7A;
}
</style>