Shades of Persian Indigo #240E68
Tints of Persian Indigo #240E68
RGB
CMYK
RGB Variations
Color information
#240E68 (or 0x240E68) is known color: Persian Indigo. HEX triplet: 24, 0E and 68. RGB value is (36,14,104). Sum of RGB (Red+Green+Blue) = 36+14+104=154 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.38% from 154); Green value is 14 (5.86% from 255 or 9.09% from 154); Blue value is 104 (41.02% from 255 or 67.53% from 154); Max value from RGB is 104 - color contains mainly: blue. Hex color #240E68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240E68 is #DBF197. Grayscale: #1E1E1E. Windows color (decimal): -14414232 or 6819364. OLE color: 6819364.
HSL color Cylindrical-coordinate representation of color #240E68: hue angle of 254.67º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #240E68 is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 36 | 14 | 104 | - |
| CMYK | 0.65 | 0.87 | 0 | 0.59 |
| HSL | 254.67º | 0.76% | 0.23% | - |
| HSV(B) | 254.67º | 0.87% | 0.41% | - |
| XYZ | 3.38 | 1.69 | 13.24 | - |
| YUV | 30.84 | 169.29 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 14 | 104 | 0.65 | 0.87 | 0 | 0.59 | 254.67 | 0.76 | 0.23 |
| Hex | 24 | E | 68 | 41 | 57 | 0 | 3B | FF | 4C | 17 |
| Octal | 44 | 16 | 150 | 101 | 127 | 0 | 73 | 377 | 114 | 27 |
| Binary | 100100 | 1110 | 1101000 | 1000001 | 1010111 | 0 | 111011 | 11111111 | 1001100 | 10111 |
Color Harmonies of #240E68
Complementary color
Monochromatic Colors of #240E68
Black with #240E68
Text Example
Text Example
White with #240E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240E68; }
p { color: rgb(36,14,104); }
H1.HeaderClassName
{
color: #240E68;
}
.AnyTagClassName
{
color: #240E68;
}
</style>
background-color css
<style>
a { background-color: #240E68; }
a { background-color: rgb(36,14,104); }
div.DivClassName
{
background-color: #240E68;
}
.BgClassName
{
background-color: #240E68;
}
</style>
border-color css
<style>
span { border-color: #240E68; }
span { border-color: rgb(36,14,104); }
td.TdClassName
{
border-color: #240E68;
}
.TagClassName
{
border-color: #240E68;
}
</style>