Shades of Violent Violet #240E46
Tints of Violent Violet #240E46
RGB
CMYK
RGB Variations
Color information
#240E46 (or 0x240E46) is known color: Violent Violet. HEX triplet: 24, 0E and 46. RGB value is (36,14,70). Sum of RGB (Red+Green+Blue) = 36+14+70=120 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30% from 120); Green value is 14 (5.86% from 255 or 11.67% from 120); Blue value is 70 (27.73% from 255 or 58.33% from 120); Max value from RGB is 70 - color contains mainly: blue. Hex color #240E46 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240E46 is #DBF1B9. Grayscale: #1A1A1A. Windows color (decimal): -14414266 or 4591140. OLE color: 4591140.
HSL color Cylindrical-coordinate representation of color #240E46: hue angle of 263.57º degrees, saturation: 0.67, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #240E46 is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 36 | 14 | 70 | - |
| CMYK | 0.49 | 0.80 | 0 | 0.73 |
| HSL | 263.57º | 0.67% | 0.16% | - |
| HSV(B) | 263.57º | 0.8% | 0.27% | - |
| XYZ | 1.99 | 1.13 | 5.91 | - |
| YUV | 26.96 | 152.29 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 14 | 70 | 0.49 | 0.80 | 0 | 0.73 | 263.57 | 0.67 | 0.16 |
| Hex | 24 | E | 46 | 31 | 50 | 0 | 49 | 108 | 43 | 10 |
| Octal | 44 | 16 | 106 | 61 | 120 | 0 | 111 | 410 | 103 | 20 |
| Binary | 100100 | 1110 | 1000110 | 110001 | 1010000 | 0 | 1001001 | 100001000 | 1000011 | 10000 |
Color Harmonies of #240E46
Complementary color
Monochromatic Colors of #240E46
Black with #240E46
Text Example
Text Example
White with #240E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240E46; }
p { color: rgb(36,14,70); }
H1.HeaderClassName
{
color: #240E46;
}
.AnyTagClassName
{
color: #240E46;
}
</style>
background-color css
<style>
a { background-color: #240E46; }
a { background-color: rgb(36,14,70); }
div.DivClassName
{
background-color: #240E46;
}
.BgClassName
{
background-color: #240E46;
}
</style>
border-color css
<style>
span { border-color: #240E46; }
span { border-color: rgb(36,14,70); }
td.TdClassName
{
border-color: #240E46;
}
.TagClassName
{
border-color: #240E46;
}
</style>