Shades of Persian Indigo #240F64
Tints of Persian Indigo #240F64
RGB
CMYK
RGB Variations
Color information
#240F64 (or 0x240F64) is known color: Persian Indigo. HEX triplet: 24, 0F and 64. RGB value is (36,15,100). Sum of RGB (Red+Green+Blue) = 36+15+100=151 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.84% from 151); Green value is 15 (6.25% from 255 or 9.93% from 151); Blue value is 100 (39.45% from 255 or 66.23% from 151); Max value from RGB is 100 - color contains mainly: blue. Hex color #240F64 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240F64 is #DBF09B. Grayscale: #1E1E1E. Windows color (decimal): -14413980 or 6557476. OLE color: 6557476.
HSL color Cylindrical-coordinate representation of color #240F64: hue angle of 254.82º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #240F64 is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 36 | 15 | 100 | - |
| CMYK | 0.64 | 0.85 | 0 | 0.61 |
| HSL | 254.82º | 0.74% | 0.23% | - |
| HSV(B) | 254.82º | 0.85% | 0.39% | - |
| XYZ | 3.2 | 1.64 | 12.2 | - |
| YUV | 30.97 | 166.96 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 15 | 100 | 0.64 | 0.85 | 0 | 0.61 | 254.82 | 0.74 | 0.23 |
| Hex | 24 | F | 64 | 40 | 55 | 0 | 3D | FF | 4A | 17 |
| Octal | 44 | 17 | 144 | 100 | 125 | 0 | 75 | 377 | 112 | 27 |
| Binary | 100100 | 1111 | 1100100 | 1000000 | 1010101 | 0 | 111101 | 11111111 | 1001010 | 10111 |
Color Harmonies of #240F64
Complementary color
Monochromatic Colors of #240F64
Black with #240F64
Text Example
Text Example
White with #240F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240F64; }
p { color: rgb(36,15,100); }
H1.HeaderClassName
{
color: #240F64;
}
.AnyTagClassName
{
color: #240F64;
}
</style>
background-color css
<style>
a { background-color: #240F64; }
a { background-color: rgb(36,15,100); }
div.DivClassName
{
background-color: #240F64;
}
.BgClassName
{
background-color: #240F64;
}
</style>
border-color css
<style>
span { border-color: #240F64; }
span { border-color: rgb(36,15,100); }
td.TdClassName
{
border-color: #240F64;
}
.TagClassName
{
border-color: #240F64;
}
</style>