Shades of Persian Indigo #240A7C
Tints of Persian Indigo #240A7C
RGB
CMYK
RGB Variations
Color information
#240A7C (or 0x240A7C) is known color: Persian Indigo. HEX triplet: 24, 0A and 7C. RGB value is (36,10,124). Sum of RGB (Red+Green+Blue) = 36+10+124=170 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.18% from 170); Green value is 10 (4.30% from 255 or 5.88% from 170); Blue value is 124 (48.83% from 255 or 72.94% from 170); Max value from RGB is 124 - color contains mainly: blue. Hex color #240A7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240A7C is #DBF583. Grayscale: #1E1E1E. Windows color (decimal): -14415236 or 8129060. OLE color: 8129060.
HSL color Cylindrical-coordinate representation of color #240A7C: hue angle of 253.68º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #240A7C is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 36 | 10 | 124 | - |
| CMYK | 0.71 | 0.92 | 0 | 0.51 |
| HSL | 253.68º | 0.85% | 0.26% | - |
| HSV(B) | 253.68º | 0.92% | 0.49% | - |
| XYZ | 4.47 | 2.05 | 19.23 | - |
| YUV | 30.77 | 180.61 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 10 | 124 | 0.71 | 0.92 | 0 | 0.51 | 253.68 | 0.85 | 0.26 |
| Hex | 24 | A | 7C | 47 | 5C | 0 | 33 | FE | 55 | 1A |
| Octal | 44 | 12 | 174 | 107 | 134 | 0 | 63 | 376 | 125 | 32 |
| Binary | 100100 | 1010 | 1111100 | 1000111 | 1011100 | 0 | 110011 | 11111110 | 1010101 | 11010 |
Color Harmonies of #240A7C
Complementary color
Monochromatic Colors of #240A7C
Black with #240A7C
Text Example
Text Example
White with #240A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240A7C; }
p { color: rgb(36,10,124); }
H1.HeaderClassName
{
color: #240A7C;
}
.AnyTagClassName
{
color: #240A7C;
}
</style>
background-color css
<style>
a { background-color: #240A7C; }
a { background-color: rgb(36,10,124); }
div.DivClassName
{
background-color: #240A7C;
}
.BgClassName
{
background-color: #240A7C;
}
</style>
border-color css
<style>
span { border-color: #240A7C; }
span { border-color: rgb(36,10,124); }
td.TdClassName
{
border-color: #240A7C;
}
.TagClassName
{
border-color: #240A7C;
}
</style>