Shades of Persian Indigo #240C63
Tints of Persian Indigo #240C63
RGB
CMYK
RGB Variations
Color information
#240C63 (or 0x240C63) is known color: Persian Indigo. HEX triplet: 24, 0C and 63. RGB value is (36,12,99). Sum of RGB (Red+Green+Blue) = 36+12+99=147 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.49% from 147); Green value is 12 (5.08% from 255 or 8.16% from 147); Blue value is 99 (39.06% from 255 or 67.35% from 147); Max value from RGB is 99 - color contains mainly: blue. Hex color #240C63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240C63 is #DBF39C. Grayscale: #1C1C1C. Windows color (decimal): -14414749 or 6491172. OLE color: 6491172.
HSL color Cylindrical-coordinate representation of color #240C63: hue angle of 256.55º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #240C63 is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 36 | 12 | 99 | - |
| CMYK | 0.64 | 0.88 | 0 | 0.61 |
| HSL | 256.55º | 0.78% | 0.22% | - |
| HSV(B) | 256.55º | 0.88% | 0.39% | - |
| XYZ | 3.11 | 1.54 | 11.94 | - |
| YUV | 29.09 | 167.45 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 12 | 99 | 0.64 | 0.88 | 0 | 0.61 | 256.55 | 0.78 | 0.22 |
| Hex | 24 | C | 63 | 40 | 58 | 0 | 3D | 101 | 4E | 16 |
| Octal | 44 | 14 | 143 | 100 | 130 | 0 | 75 | 401 | 116 | 26 |
| Binary | 100100 | 1100 | 1100011 | 1000000 | 1011000 | 0 | 111101 | 100000001 | 1001110 | 10110 |
Color Harmonies of #240C63
Complementary color
Monochromatic Colors of #240C63
Black with #240C63
Text Example
Text Example
White with #240C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240C63; }
p { color: rgb(36,12,99); }
H1.HeaderClassName
{
color: #240C63;
}
.AnyTagClassName
{
color: #240C63;
}
</style>
background-color css
<style>
a { background-color: #240C63; }
a { background-color: rgb(36,12,99); }
div.DivClassName
{
background-color: #240C63;
}
.BgClassName
{
background-color: #240C63;
}
</style>
border-color css
<style>
span { border-color: #240C63; }
span { border-color: rgb(36,12,99); }
td.TdClassName
{
border-color: #240C63;
}
.TagClassName
{
border-color: #240C63;
}
</style>