Shades of Persian Indigo #240C78
Tints of Persian Indigo #240C78
RGB
CMYK
RGB Variations
Color information
#240C78 (or 0x240C78) is known color: Persian Indigo. HEX triplet: 24, 0C and 78. RGB value is (36,12,120). Sum of RGB (Red+Green+Blue) = 36+12+120=168 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.43% from 168); Green value is 12 (5.08% from 255 or 7.14% from 168); Blue value is 120 (47.27% from 255 or 71.43% from 168); Max value from RGB is 120 - color contains mainly: blue. Hex color #240C78 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240C78 is #DBF387. Grayscale: #1F1F1F. Windows color (decimal): -14414728 or 7867428. OLE color: 7867428.
HSL color Cylindrical-coordinate representation of color #240C78: hue angle of 253.33º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #240C78 is Cyan = 0.7, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 36 | 12 | 120 | - |
| CMYK | 0.7 | 0.90 | 0 | 0.53 |
| HSL | 253.33º | 0.82% | 0.26% | - |
| HSV(B) | 253.33º | 0.9% | 0.47% | - |
| XYZ | 4.25 | 1.99 | 17.93 | - |
| YUV | 31.49 | 177.95 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 12 | 120 | 0.7 | 0.90 | 0 | 0.53 | 253.33 | 0.82 | 0.26 |
| Hex | 24 | C | 78 | 46 | 5A | 0 | 35 | FD | 52 | 1A |
| Octal | 44 | 14 | 170 | 106 | 132 | 0 | 65 | 375 | 122 | 32 |
| Binary | 100100 | 1100 | 1111000 | 1000110 | 1011010 | 0 | 110101 | 11111101 | 1010010 | 11010 |
Color Harmonies of #240C78
Complementary color
Monochromatic Colors of #240C78
Black with #240C78
Text Example
Text Example
White with #240C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240C78; }
p { color: rgb(36,12,120); }
H1.HeaderClassName
{
color: #240C78;
}
.AnyTagClassName
{
color: #240C78;
}
</style>
background-color css
<style>
a { background-color: #240C78; }
a { background-color: rgb(36,12,120); }
div.DivClassName
{
background-color: #240C78;
}
.BgClassName
{
background-color: #240C78;
}
</style>
border-color css
<style>
span { border-color: #240C78; }
span { border-color: rgb(36,12,120); }
td.TdClassName
{
border-color: #240C78;
}
.TagClassName
{
border-color: #240C78;
}
</style>