Shades of Violent Violet #240F54
Tints of Violent Violet #240F54
RGB
CMYK
RGB Variations
Color information
#240F54 (or 0x240F54) is known color: Violent Violet. HEX triplet: 24, 0F and 54. RGB value is (36,15,84). Sum of RGB (Red+Green+Blue) = 36+15+84=135 (17% of max value = 765). Red value is 36 (14.45% from 255 or 26.67% from 135); Green value is 15 (6.25% from 255 or 11.11% from 135); Blue value is 84 (33.20% from 255 or 62.22% from 135); Max value from RGB is 84 - color contains mainly: blue. Hex color #240F54 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240F54 is #DBF0AB. Grayscale: #1C1C1C. Windows color (decimal): -14413996 or 5508900. OLE color: 5508900.
HSL color Cylindrical-coordinate representation of color #240F54: hue angle of 258.26º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #240F54 is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 15 | 84 | - |
| CMYK | 0.57 | 0.82 | 0 | 0.67 |
| HSL | 258.26º | 0.7% | 0.19% | - |
| HSV(B) | 258.26º | 0.82% | 0.33% | - |
| XYZ | 2.5 | 1.36 | 8.52 | - |
| YUV | 29.15 | 158.96 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 15 | 84 | 0.57 | 0.82 | 0 | 0.67 | 258.26 | 0.7 | 0.19 |
| Hex | 24 | F | 54 | 39 | 52 | 0 | 43 | 102 | 46 | 13 |
| Octal | 44 | 17 | 124 | 71 | 122 | 0 | 103 | 402 | 106 | 23 |
| Binary | 100100 | 1111 | 1010100 | 111001 | 1010010 | 0 | 1000011 | 100000010 | 1000110 | 10011 |
Color Harmonies of #240F54
Complementary color
Monochromatic Colors of #240F54
Black with #240F54
Text Example
Text Example
White with #240F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240F54; }
p { color: rgb(36,15,84); }
H1.HeaderClassName
{
color: #240F54;
}
.AnyTagClassName
{
color: #240F54;
}
</style>
background-color css
<style>
a { background-color: #240F54; }
a { background-color: rgb(36,15,84); }
div.DivClassName
{
background-color: #240F54;
}
.BgClassName
{
background-color: #240F54;
}
</style>
border-color css
<style>
span { border-color: #240F54; }
span { border-color: rgb(36,15,84); }
td.TdClassName
{
border-color: #240F54;
}
.TagClassName
{
border-color: #240F54;
}
</style>