Shades of Persian Indigo #240E63
Tints of Persian Indigo #240E63
RGB
CMYK
RGB Variations
Color information
#240E63 (or 0x240E63) is known color: Persian Indigo. HEX triplet: 24, 0E and 63. RGB value is (36,14,99). Sum of RGB (Red+Green+Blue) = 36+14+99=149 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.16% from 149); Green value is 14 (5.86% from 255 or 9.40% from 149); Blue value is 99 (39.06% from 255 or 66.44% from 149); Max value from RGB is 99 - color contains mainly: blue. Hex color #240E63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240E63 is #DBF19C. Grayscale: #1D1D1D. Windows color (decimal): -14414237 or 6491684. OLE color: 6491684.
HSL color Cylindrical-coordinate representation of color #240E63: hue angle of 255.53º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #240E63 is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 36 | 14 | 99 | - |
| CMYK | 0.64 | 0.86 | 0 | 0.61 |
| HSL | 255.53º | 0.75% | 0.22% | - |
| HSV(B) | 255.53º | 0.86% | 0.39% | - |
| XYZ | 3.14 | 1.59 | 11.95 | - |
| YUV | 30.27 | 166.79 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 14 | 99 | 0.64 | 0.86 | 0 | 0.61 | 255.53 | 0.75 | 0.22 |
| Hex | 24 | E | 63 | 40 | 56 | 0 | 3D | 100 | 4B | 16 |
| Octal | 44 | 16 | 143 | 100 | 126 | 0 | 75 | 400 | 113 | 26 |
| Binary | 100100 | 1110 | 1100011 | 1000000 | 1010110 | 0 | 111101 | 100000000 | 1001011 | 10110 |
Color Harmonies of #240E63
Complementary color
Monochromatic Colors of #240E63
Black with #240E63
Text Example
Text Example
White with #240E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240E63; }
p { color: rgb(36,14,99); }
H1.HeaderClassName
{
color: #240E63;
}
.AnyTagClassName
{
color: #240E63;
}
</style>
background-color css
<style>
a { background-color: #240E63; }
a { background-color: rgb(36,14,99); }
div.DivClassName
{
background-color: #240E63;
}
.BgClassName
{
background-color: #240E63;
}
</style>
border-color css
<style>
span { border-color: #240E63; }
span { border-color: rgb(36,14,99); }
td.TdClassName
{
border-color: #240E63;
}
.TagClassName
{
border-color: #240E63;
}
</style>