Shades of Persian Indigo #240F84
Tints of Persian Indigo #240F84
RGB
CMYK
RGB Variations
Color information
#240F84 (or 0x240F84) is known color: Persian Indigo. HEX triplet: 24, 0F and 84. RGB value is (36,15,132). Sum of RGB (Red+Green+Blue) = 36+15+132=183 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.67% from 183); Green value is 15 (6.25% from 255 or 8.20% from 183); Blue value is 132 (51.95% from 255 or 72.13% from 183); Max value from RGB is 132 - color contains mainly: blue. Hex color #240F84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240F84 is #DBF07B. Grayscale: #222222. Windows color (decimal): -14413948 or 8654628. OLE color: 8654628.
HSL color Cylindrical-coordinate representation of color #240F84: hue angle of 250.77º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #240F84 is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 36 | 15 | 132 | - |
| CMYK | 0.73 | 0.89 | 0 | 0.48 |
| HSL | 250.77º | 0.8% | 0.29% | - |
| HSV(B) | 250.77º | 0.89% | 0.52% | - |
| XYZ | 5.06 | 2.38 | 22.02 | - |
| YUV | 34.62 | 182.96 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 15 | 132 | 0.73 | 0.89 | 0 | 0.48 | 250.77 | 0.8 | 0.29 |
| Hex | 24 | F | 84 | 49 | 59 | 0 | 30 | FB | 50 | 1D |
| Octal | 44 | 17 | 204 | 111 | 131 | 0 | 60 | 373 | 120 | 35 |
| Binary | 100100 | 1111 | 10000100 | 1001001 | 1011001 | 0 | 110000 | 11111011 | 1010000 | 11101 |
Color Harmonies of #240F84
Complementary color
Monochromatic Colors of #240F84
Black with #240F84
Text Example
Text Example
White with #240F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240F84; }
p { color: rgb(36,15,132); }
H1.HeaderClassName
{
color: #240F84;
}
.AnyTagClassName
{
color: #240F84;
}
</style>
background-color css
<style>
a { background-color: #240F84; }
a { background-color: rgb(36,15,132); }
div.DivClassName
{
background-color: #240F84;
}
.BgClassName
{
background-color: #240F84;
}
</style>
border-color css
<style>
span { border-color: #240F84; }
span { border-color: rgb(36,15,132); }
td.TdClassName
{
border-color: #240F84;
}
.TagClassName
{
border-color: #240F84;
}
</style>