Shades of Violent Violet #240E51
Tints of Violent Violet #240E51
RGB
CMYK
RGB Variations
Color information
#240E51 (or 0x240E51) is known color: Violent Violet. HEX triplet: 24, 0E and 51. RGB value is (36,14,81). Sum of RGB (Red+Green+Blue) = 36+14+81=131 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.48% from 131); Green value is 14 (5.86% from 255 or 10.69% from 131); Blue value is 81 (32.03% from 255 or 61.83% from 131); Max value from RGB is 81 - color contains mainly: blue. Hex color #240E51 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240E51 is #DBF1AE. Grayscale: #1B1B1B. Windows color (decimal): -14414255 or 5312036. OLE color: 5312036.
HSL color Cylindrical-coordinate representation of color #240E51: hue angle of 259.7º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #240E51 is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 36 | 14 | 81 | - |
| CMYK | 0.56 | 0.83 | 0 | 0.68 |
| HSL | 259.7º | 0.71% | 0.19% | - |
| HSV(B) | 259.7º | 0.83% | 0.32% | - |
| XYZ | 2.37 | 1.28 | 7.91 | - |
| YUV | 28.22 | 157.79 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 14 | 81 | 0.56 | 0.83 | 0 | 0.68 | 259.7 | 0.71 | 0.19 |
| Hex | 24 | E | 51 | 38 | 53 | 0 | 44 | 104 | 47 | 13 |
| Octal | 44 | 16 | 121 | 70 | 123 | 0 | 104 | 404 | 107 | 23 |
| Binary | 100100 | 1110 | 1010001 | 111000 | 1010011 | 0 | 1000100 | 100000100 | 1000111 | 10011 |
Color Harmonies of #240E51
Complementary color
Monochromatic Colors of #240E51
Black with #240E51
Text Example
Text Example
White with #240E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240E51; }
p { color: rgb(36,14,81); }
H1.HeaderClassName
{
color: #240E51;
}
.AnyTagClassName
{
color: #240E51;
}
</style>
background-color css
<style>
a { background-color: #240E51; }
a { background-color: rgb(36,14,81); }
div.DivClassName
{
background-color: #240E51;
}
.BgClassName
{
background-color: #240E51;
}
</style>
border-color css
<style>
span { border-color: #240E51; }
span { border-color: rgb(36,14,81); }
td.TdClassName
{
border-color: #240E51;
}
.TagClassName
{
border-color: #240E51;
}
</style>