Shades of Violent Violet #240952
Tints of Violent Violet #240952
RGB
CMYK
RGB Variations
Color information
#240952 (or 0x240952) is known color: Violent Violet. HEX triplet: 24, 09 and 52. RGB value is (36,9,82). Sum of RGB (Red+Green+Blue) = 36+9+82=127 (16% of max value = 765). Red value is 36 (14.45% from 255 or 28.35% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 82 (32.42% from 255 or 64.57% from 127); Max value from RGB is 82 - color contains mainly: blue. Hex color #240952 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240952 is #DBF6AD. Grayscale: #191919. Windows color (decimal): -14415534 or 5376292. OLE color: 5376292.
HSL color Cylindrical-coordinate representation of color #240952: hue angle of 262.19º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #240952 is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 36 | 9 | 82 | - |
| CMYK | 0.56 | 0.89 | 0 | 0.68 |
| HSL | 262.19º | 0.8% | 0.18% | - |
| HSV(B) | 262.19º | 0.89% | 0.32% | - |
| XYZ | 2.35 | 1.18 | 8.09 | - |
| YUV | 25.4 | 159.95 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 9 | 82 | 0.56 | 0.89 | 0 | 0.68 | 262.19 | 0.8 | 0.18 |
| Hex | 24 | 9 | 52 | 38 | 59 | 0 | 44 | 106 | 50 | 12 |
| Octal | 44 | 11 | 122 | 70 | 131 | 0 | 104 | 406 | 120 | 22 |
| Binary | 100100 | 1001 | 1010010 | 111000 | 1011001 | 0 | 1000100 | 100000110 | 1010000 | 10010 |
Color Harmonies of #240952
Complementary color
Monochromatic Colors of #240952
Black with #240952
Text Example
Text Example
White with #240952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240952; }
p { color: rgb(36,9,82); }
H1.HeaderClassName
{
color: #240952;
}
.AnyTagClassName
{
color: #240952;
}
</style>
background-color css
<style>
a { background-color: #240952; }
a { background-color: rgb(36,9,82); }
div.DivClassName
{
background-color: #240952;
}
.BgClassName
{
background-color: #240952;
}
</style>
border-color css
<style>
span { border-color: #240952; }
span { border-color: rgb(36,9,82); }
td.TdClassName
{
border-color: #240952;
}
.TagClassName
{
border-color: #240952;
}
</style>