Shades of Persian Indigo #240A70
Tints of Persian Indigo #240A70
RGB
CMYK
RGB Variations
Color information
#240A70 (or 0x240A70) is known color: Persian Indigo. HEX triplet: 24, 0A and 70. RGB value is (36,10,112). Sum of RGB (Red+Green+Blue) = 36+10+112=158 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.78% from 158); Green value is 10 (4.30% from 255 or 6.33% from 158); Blue value is 112 (44.14% from 255 or 70.89% from 158); Max value from RGB is 112 - color contains mainly: blue. Hex color #240A70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240A70 is #DBF58F. Grayscale: #1D1D1D. Windows color (decimal): -14415248 or 7342628. OLE color: 7342628.
HSL color Cylindrical-coordinate representation of color #240A70: hue angle of 255.29º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #240A70 is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 36 | 10 | 112 | - |
| CMYK | 0.68 | 0.91 | 0 | 0.56 |
| HSL | 255.29º | 0.84% | 0.24% | - |
| HSV(B) | 255.29º | 0.91% | 0.44% | - |
| XYZ | 3.76 | 1.76 | 15.47 | - |
| YUV | 29.4 | 174.61 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 10 | 112 | 0.68 | 0.91 | 0 | 0.56 | 255.29 | 0.84 | 0.24 |
| Hex | 24 | A | 70 | 44 | 5B | 0 | 38 | FF | 54 | 18 |
| Octal | 44 | 12 | 160 | 104 | 133 | 0 | 70 | 377 | 124 | 30 |
| Binary | 100100 | 1010 | 1110000 | 1000100 | 1011011 | 0 | 111000 | 11111111 | 1010100 | 11000 |
Color Harmonies of #240A70
Complementary color
Monochromatic Colors of #240A70
Black with #240A70
Text Example
Text Example
White with #240A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240A70; }
p { color: rgb(36,10,112); }
H1.HeaderClassName
{
color: #240A70;
}
.AnyTagClassName
{
color: #240A70;
}
</style>
background-color css
<style>
a { background-color: #240A70; }
a { background-color: rgb(36,10,112); }
div.DivClassName
{
background-color: #240A70;
}
.BgClassName
{
background-color: #240A70;
}
</style>
border-color css
<style>
span { border-color: #240A70; }
span { border-color: rgb(36,10,112); }
td.TdClassName
{
border-color: #240A70;
}
.TagClassName
{
border-color: #240A70;
}
</style>