Shades of Persian Indigo #240E65
Tints of Persian Indigo #240E65
RGB
CMYK
RGB Variations
Color information
#240E65 (or 0x240E65) is known color: Persian Indigo. HEX triplet: 24, 0E and 65. RGB value is (36,14,101). Sum of RGB (Red+Green+Blue) = 36+14+101=151 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.84% from 151); Green value is 14 (5.86% from 255 or 9.27% from 151); Blue value is 101 (39.84% from 255 or 66.89% from 151); Max value from RGB is 101 - color contains mainly: blue. Hex color #240E65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240E65 is #DBF19A. Grayscale: #1E1E1E. Windows color (decimal): -14414235 or 6622756. OLE color: 6622756.
HSL color Cylindrical-coordinate representation of color #240E65: hue angle of 255.17º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #240E65 is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 36 | 14 | 101 | - |
| CMYK | 0.64 | 0.86 | 0 | 0.60 |
| HSL | 255.17º | 0.76% | 0.23% | - |
| HSV(B) | 255.17º | 0.86% | 0.4% | - |
| XYZ | 3.23 | 1.63 | 12.46 | - |
| YUV | 30.5 | 167.79 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 14 | 101 | 0.64 | 0.86 | 0 | 0.60 | 255.17 | 0.76 | 0.23 |
| Hex | 24 | E | 65 | 40 | 56 | 0 | 3C | FF | 4C | 17 |
| Octal | 44 | 16 | 145 | 100 | 126 | 0 | 74 | 377 | 114 | 27 |
| Binary | 100100 | 1110 | 1100101 | 1000000 | 1010110 | 0 | 111100 | 11111111 | 1001100 | 10111 |
Color Harmonies of #240E65
Complementary color
Monochromatic Colors of #240E65
Black with #240E65
Text Example
Text Example
White with #240E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240E65; }
p { color: rgb(36,14,101); }
H1.HeaderClassName
{
color: #240E65;
}
.AnyTagClassName
{
color: #240E65;
}
</style>
background-color css
<style>
a { background-color: #240E65; }
a { background-color: rgb(36,14,101); }
div.DivClassName
{
background-color: #240E65;
}
.BgClassName
{
background-color: #240E65;
}
</style>
border-color css
<style>
span { border-color: #240E65; }
span { border-color: rgb(36,14,101); }
td.TdClassName
{
border-color: #240E65;
}
.TagClassName
{
border-color: #240E65;
}
</style>