Shades of Persian Indigo #240B7F
Tints of Persian Indigo #240B7F
RGB
CMYK
RGB Variations
Color information
#240B7F (or 0x240B7F) is known color: Persian Indigo. HEX triplet: 24, 0B and 7F. RGB value is (36,11,127). Sum of RGB (Red+Green+Blue) = 36+11+127=174 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.69% from 174); Green value is 11 (4.69% from 255 or 6.32% from 174); Blue value is 127 (50% from 255 or 72.99% from 174); Max value from RGB is 127 - color contains mainly: blue. Hex color #240B7F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240B7F is #DBF480. Grayscale: #1F1F1F. Windows color (decimal): -14414977 or 8325924. OLE color: 8325924.
HSL color Cylindrical-coordinate representation of color #240B7F: hue angle of 252.93º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #240B7F is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 11 | 127 | - |
| CMYK | 0.72 | 0.91 | 0 | 0.50 |
| HSL | 252.93º | 0.84% | 0.27% | - |
| HSV(B) | 252.93º | 0.91% | 0.5% | - |
| XYZ | 4.68 | 2.15 | 20.25 | - |
| YUV | 31.7 | 181.78 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 11 | 127 | 0.72 | 0.91 | 0 | 0.50 | 252.93 | 0.84 | 0.27 |
| Hex | 24 | B | 7F | 48 | 5B | 0 | 32 | FD | 54 | 1B |
| Octal | 44 | 13 | 177 | 110 | 133 | 0 | 62 | 375 | 124 | 33 |
| Binary | 100100 | 1011 | 1111111 | 1001000 | 1011011 | 0 | 110010 | 11111101 | 1010100 | 11011 |
Color Harmonies of #240B7F
Complementary color
Monochromatic Colors of #240B7F
Black with #240B7F
Text Example
Text Example
White with #240B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240B7F; }
p { color: rgb(36,11,127); }
H1.HeaderClassName
{
color: #240B7F;
}
.AnyTagClassName
{
color: #240B7F;
}
</style>
background-color css
<style>
a { background-color: #240B7F; }
a { background-color: rgb(36,11,127); }
div.DivClassName
{
background-color: #240B7F;
}
.BgClassName
{
background-color: #240B7F;
}
</style>
border-color css
<style>
span { border-color: #240B7F; }
span { border-color: rgb(36,11,127); }
td.TdClassName
{
border-color: #240B7F;
}
.TagClassName
{
border-color: #240B7F;
}
</style>