Shades of Violent Violet #240F51
Tints of Violent Violet #240F51
RGB
CMYK
RGB Variations
Color information
#240F51 (or 0x240F51) is known color: Violent Violet. HEX triplet: 24, 0F and 51. RGB value is (36,15,81). Sum of RGB (Red+Green+Blue) = 36+15+81=132 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.27% from 132); Green value is 15 (6.25% from 255 or 11.36% from 132); Blue value is 81 (32.03% from 255 or 61.36% from 132); Max value from RGB is 81 - color contains mainly: blue. Hex color #240F51 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240F51 is #DBF0AE. Grayscale: #1C1C1C. Windows color (decimal): -14413999 or 5312292. OLE color: 5312292.
HSL color Cylindrical-coordinate representation of color #240F51: hue angle of 259.09º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #240F51 is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 36 | 15 | 81 | - |
| CMYK | 0.56 | 0.81 | 0 | 0.68 |
| HSL | 259.09º | 0.69% | 0.19% | - |
| HSV(B) | 259.09º | 0.81% | 0.32% | - |
| XYZ | 2.38 | 1.31 | 7.91 | - |
| YUV | 28.8 | 157.46 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 15 | 81 | 0.56 | 0.81 | 0 | 0.68 | 259.09 | 0.69 | 0.19 |
| Hex | 24 | F | 51 | 38 | 51 | 0 | 44 | 103 | 45 | 13 |
| Octal | 44 | 17 | 121 | 70 | 121 | 0 | 104 | 403 | 105 | 23 |
| Binary | 100100 | 1111 | 1010001 | 111000 | 1010001 | 0 | 1000100 | 100000011 | 1000101 | 10011 |
Color Harmonies of #240F51
Complementary color
Monochromatic Colors of #240F51
Black with #240F51
Text Example
Text Example
White with #240F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240F51; }
p { color: rgb(36,15,81); }
H1.HeaderClassName
{
color: #240F51;
}
.AnyTagClassName
{
color: #240F51;
}
</style>
background-color css
<style>
a { background-color: #240F51; }
a { background-color: rgb(36,15,81); }
div.DivClassName
{
background-color: #240F51;
}
.BgClassName
{
background-color: #240F51;
}
</style>
border-color css
<style>
span { border-color: #240F51; }
span { border-color: rgb(36,15,81); }
td.TdClassName
{
border-color: #240F51;
}
.TagClassName
{
border-color: #240F51;
}
</style>