Shades of Violent Violet #240B50
Tints of Violent Violet #240B50
RGB
CMYK
RGB Variations
Color information
#240B50 (or 0x240B50) is known color: Violent Violet. HEX triplet: 24, 0B and 50. RGB value is (36,11,80). Sum of RGB (Red+Green+Blue) = 36+11+80=127 (16% of max value = 765). Red value is 36 (14.45% from 255 or 28.35% from 127); Green value is 11 (4.69% from 255 or 8.66% from 127); Blue value is 80 (31.64% from 255 or 62.99% from 127); Max value from RGB is 80 - color contains mainly: blue. Hex color #240B50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240B50 is #DBF4AF. Grayscale: #1A1A1A. Windows color (decimal): -14415024 or 5245732. OLE color: 5245732.
HSL color Cylindrical-coordinate representation of color #240B50: hue angle of 261.74º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #240B50 is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 36 | 11 | 80 | - |
| CMYK | 0.55 | 0.86 | 0 | 0.69 |
| HSL | 261.74º | 0.76% | 0.18% | - |
| HSV(B) | 261.74º | 0.86% | 0.31% | - |
| XYZ | 2.3 | 1.19 | 7.7 | - |
| YUV | 26.34 | 158.28 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 11 | 80 | 0.55 | 0.86 | 0 | 0.69 | 261.74 | 0.76 | 0.18 |
| Hex | 24 | B | 50 | 37 | 56 | 0 | 45 | 106 | 4C | 12 |
| Octal | 44 | 13 | 120 | 67 | 126 | 0 | 105 | 406 | 114 | 22 |
| Binary | 100100 | 1011 | 1010000 | 110111 | 1010110 | 0 | 1000101 | 100000110 | 1001100 | 10010 |
Color Harmonies of #240B50
Complementary color
Monochromatic Colors of #240B50
Black with #240B50
Text Example
Text Example
White with #240B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240B50; }
p { color: rgb(36,11,80); }
H1.HeaderClassName
{
color: #240B50;
}
.AnyTagClassName
{
color: #240B50;
}
</style>
background-color css
<style>
a { background-color: #240B50; }
a { background-color: rgb(36,11,80); }
div.DivClassName
{
background-color: #240B50;
}
.BgClassName
{
background-color: #240B50;
}
</style>
border-color css
<style>
span { border-color: #240B50; }
span { border-color: rgb(36,11,80); }
td.TdClassName
{
border-color: #240B50;
}
.TagClassName
{
border-color: #240B50;
}
</style>