Shades of Persian Indigo #240A78
Tints of Persian Indigo #240A78
RGB
CMYK
RGB Variations
Color information
#240A78 (or 0x240A78) is known color: Persian Indigo. HEX triplet: 24, 0A and 78. RGB value is (36,10,120). Sum of RGB (Red+Green+Blue) = 36+10+120=166 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.69% from 166); Green value is 10 (4.30% from 255 or 6.02% from 166); Blue value is 120 (47.27% from 255 or 72.29% from 166); Max value from RGB is 120 - color contains mainly: blue. Hex color #240A78 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240A78 is #DBF587. Grayscale: #1D1D1D. Windows color (decimal): -14415240 or 7866916. OLE color: 7866916.
HSL color Cylindrical-coordinate representation of color #240A78: hue angle of 254.18º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #240A78 is Cyan = 0.7, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 36 | 10 | 120 | - |
| CMYK | 0.7 | 0.92 | 0 | 0.53 |
| HSL | 254.18º | 0.85% | 0.25% | - |
| HSV(B) | 254.18º | 0.92% | 0.47% | - |
| XYZ | 4.23 | 1.95 | 17.92 | - |
| YUV | 30.31 | 178.61 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 10 | 120 | 0.7 | 0.92 | 0 | 0.53 | 254.18 | 0.85 | 0.25 |
| Hex | 24 | A | 78 | 46 | 5C | 0 | 35 | FE | 55 | 19 |
| Octal | 44 | 12 | 170 | 106 | 134 | 0 | 65 | 376 | 125 | 31 |
| Binary | 100100 | 1010 | 1111000 | 1000110 | 1011100 | 0 | 110101 | 11111110 | 1010101 | 11001 |
Color Harmonies of #240A78
Complementary color
Monochromatic Colors of #240A78
Black with #240A78
Text Example
Text Example
White with #240A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240A78; }
p { color: rgb(36,10,120); }
H1.HeaderClassName
{
color: #240A78;
}
.AnyTagClassName
{
color: #240A78;
}
</style>
background-color css
<style>
a { background-color: #240A78; }
a { background-color: rgb(36,10,120); }
div.DivClassName
{
background-color: #240A78;
}
.BgClassName
{
background-color: #240A78;
}
</style>
border-color css
<style>
span { border-color: #240A78; }
span { border-color: rgb(36,10,120); }
td.TdClassName
{
border-color: #240A78;
}
.TagClassName
{
border-color: #240A78;
}
</style>