Shades of Persian Indigo #240D77
Tints of Persian Indigo #240D77
RGB
CMYK
RGB Variations
Color information
#240D77 (or 0x240D77) is known color: Persian Indigo. HEX triplet: 24, 0D and 77. RGB value is (36,13,119). Sum of RGB (Red+Green+Blue) = 36+13+119=168 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.43% from 168); Green value is 13 (5.47% from 255 or 7.74% from 168); Blue value is 119 (46.88% from 255 or 70.83% from 168); Max value from RGB is 119 - color contains mainly: blue. Hex color #240D77 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240D77 is #DBF288. Grayscale: #1F1F1F. Windows color (decimal): -14414473 or 7802148. OLE color: 7802148.
HSL color Cylindrical-coordinate representation of color #240D77: hue angle of 253.02º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #240D77 is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 36 | 13 | 119 | - |
| CMYK | 0.70 | 0.89 | 0 | 0.53 |
| HSL | 253.02º | 0.8% | 0.26% | - |
| HSV(B) | 253.02º | 0.89% | 0.47% | - |
| XYZ | 4.2 | 1.99 | 17.62 | - |
| YUV | 31.96 | 177.12 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 13 | 119 | 0.70 | 0.89 | 0 | 0.53 | 253.02 | 0.8 | 0.26 |
| Hex | 24 | D | 77 | 46 | 59 | 0 | 35 | FD | 50 | 1A |
| Octal | 44 | 15 | 167 | 106 | 131 | 0 | 65 | 375 | 120 | 32 |
| Binary | 100100 | 1101 | 1110111 | 1000110 | 1011001 | 0 | 110101 | 11111101 | 1010000 | 11010 |
Color Harmonies of #240D77
Complementary color
Monochromatic Colors of #240D77
Black with #240D77
Text Example
Text Example
White with #240D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240D77; }
p { color: rgb(36,13,119); }
H1.HeaderClassName
{
color: #240D77;
}
.AnyTagClassName
{
color: #240D77;
}
</style>
background-color css
<style>
a { background-color: #240D77; }
a { background-color: rgb(36,13,119); }
div.DivClassName
{
background-color: #240D77;
}
.BgClassName
{
background-color: #240D77;
}
</style>
border-color css
<style>
span { border-color: #240D77; }
span { border-color: rgb(36,13,119); }
td.TdClassName
{
border-color: #240D77;
}
.TagClassName
{
border-color: #240D77;
}
</style>