Shades of Violent Violet #240B49
Tints of Violent Violet #240B49
RGB
CMYK
RGB Variations
Color information
#240B49 (or 0x240B49) is known color: Violent Violet. HEX triplet: 24, 0B and 49. RGB value is (36,11,73). Sum of RGB (Red+Green+Blue) = 36+11+73=120 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30% from 120); Green value is 11 (4.69% from 255 or 9.17% from 120); Blue value is 73 (28.91% from 255 or 60.83% from 120); Max value from RGB is 73 - color contains mainly: blue. Hex color #240B49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240B49 is #DBF4B6. Grayscale: #191919. Windows color (decimal): -14415031 or 4786980. OLE color: 4786980.
HSL color Cylindrical-coordinate representation of color #240B49: hue angle of 264.19º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #240B49 is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 36 | 11 | 73 | - |
| CMYK | 0.51 | 0.85 | 0 | 0.71 |
| HSL | 264.19º | 0.74% | 0.16% | - |
| HSV(B) | 264.19º | 0.85% | 0.29% | - |
| XYZ | 2.05 | 1.1 | 6.41 | - |
| YUV | 25.54 | 154.78 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 11 | 73 | 0.51 | 0.85 | 0 | 0.71 | 264.19 | 0.74 | 0.16 |
| Hex | 24 | B | 49 | 33 | 55 | 0 | 47 | 108 | 4A | 10 |
| Octal | 44 | 13 | 111 | 63 | 125 | 0 | 107 | 410 | 112 | 20 |
| Binary | 100100 | 1011 | 1001001 | 110011 | 1010101 | 0 | 1000111 | 100001000 | 1001010 | 10000 |
Color Harmonies of #240B49
Complementary color
Monochromatic Colors of #240B49
Black with #240B49
Text Example
Text Example
White with #240B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240B49; }
p { color: rgb(36,11,73); }
H1.HeaderClassName
{
color: #240B49;
}
.AnyTagClassName
{
color: #240B49;
}
</style>
background-color css
<style>
a { background-color: #240B49; }
a { background-color: rgb(36,11,73); }
div.DivClassName
{
background-color: #240B49;
}
.BgClassName
{
background-color: #240B49;
}
</style>
border-color css
<style>
span { border-color: #240B49; }
span { border-color: rgb(36,11,73); }
td.TdClassName
{
border-color: #240B49;
}
.TagClassName
{
border-color: #240B49;
}
</style>