Shades of Persian Indigo #240C6B
Tints of Persian Indigo #240C6B
RGB
CMYK
RGB Variations
Color information
#240C6B (or 0x240C6B) is known color: Persian Indigo. HEX triplet: 24, 0C and 6B. RGB value is (36,12,107). Sum of RGB (Red+Green+Blue) = 36+12+107=155 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.23% from 155); Green value is 12 (5.08% from 255 or 7.74% from 155); Blue value is 107 (42.19% from 255 or 69.03% from 155); Max value from RGB is 107 - color contains mainly: blue. Hex color #240C6B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240C6B is #DBF394. Grayscale: #1D1D1D. Windows color (decimal): -14414741 or 7015460. OLE color: 7015460.
HSL color Cylindrical-coordinate representation of color #240C6B: hue angle of 255.16º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #240C6B is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 36 | 12 | 107 | - |
| CMYK | 0.66 | 0.89 | 0 | 0.58 |
| HSL | 255.16º | 0.8% | 0.23% | - |
| HSV(B) | 255.16º | 0.89% | 0.42% | - |
| XYZ | 3.51 | 1.7 | 14.05 | - |
| YUV | 30.01 | 171.45 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 12 | 107 | 0.66 | 0.89 | 0 | 0.58 | 255.16 | 0.8 | 0.23 |
| Hex | 24 | C | 6B | 42 | 59 | 0 | 3A | FF | 50 | 17 |
| Octal | 44 | 14 | 153 | 102 | 131 | 0 | 72 | 377 | 120 | 27 |
| Binary | 100100 | 1100 | 1101011 | 1000010 | 1011001 | 0 | 111010 | 11111111 | 1010000 | 10111 |
Color Harmonies of #240C6B
Complementary color
Monochromatic Colors of #240C6B
Black with #240C6B
Text Example
Text Example
White with #240C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240C6B; }
p { color: rgb(36,12,107); }
H1.HeaderClassName
{
color: #240C6B;
}
.AnyTagClassName
{
color: #240C6B;
}
</style>
background-color css
<style>
a { background-color: #240C6B; }
a { background-color: rgb(36,12,107); }
div.DivClassName
{
background-color: #240C6B;
}
.BgClassName
{
background-color: #240C6B;
}
</style>
border-color css
<style>
span { border-color: #240C6B; }
span { border-color: rgb(36,12,107); }
td.TdClassName
{
border-color: #240C6B;
}
.TagClassName
{
border-color: #240C6B;
}
</style>