Shades of Violent Violet #240D50
Tints of Violent Violet #240D50
RGB
CMYK
RGB Variations
Color information
#240D50 (or 0x240D50) is known color: Violent Violet. HEX triplet: 24, 0D and 50. RGB value is (36,13,80). Sum of RGB (Red+Green+Blue) = 36+13+80=129 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.91% from 129); Green value is 13 (5.47% from 255 or 10.08% from 129); Blue value is 80 (31.64% from 255 or 62.02% from 129); Max value from RGB is 80 - color contains mainly: blue. Hex color #240D50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240D50 is #DBF2AF. Grayscale: #1B1B1B. Windows color (decimal): -14414512 or 5246244. OLE color: 5246244.
HSL color Cylindrical-coordinate representation of color #240D50: hue angle of 260.6º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #240D50 is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 36 | 13 | 80 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.69 |
| HSL | 260.6º | 0.72% | 0.18% | - |
| HSV(B) | 260.6º | 0.84% | 0.31% | - |
| XYZ | 2.32 | 1.24 | 7.71 | - |
| YUV | 27.52 | 157.62 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 13 | 80 | 0.55 | 0.84 | 0 | 0.69 | 260.6 | 0.72 | 0.18 |
| Hex | 24 | D | 50 | 37 | 54 | 0 | 45 | 105 | 48 | 12 |
| Octal | 44 | 15 | 120 | 67 | 124 | 0 | 105 | 405 | 110 | 22 |
| Binary | 100100 | 1101 | 1010000 | 110111 | 1010100 | 0 | 1000101 | 100000101 | 1001000 | 10010 |
Color Harmonies of #240D50
Complementary color
Monochromatic Colors of #240D50
Black with #240D50
Text Example
Text Example
White with #240D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240D50; }
p { color: rgb(36,13,80); }
H1.HeaderClassName
{
color: #240D50;
}
.AnyTagClassName
{
color: #240D50;
}
</style>
background-color css
<style>
a { background-color: #240D50; }
a { background-color: rgb(36,13,80); }
div.DivClassName
{
background-color: #240D50;
}
.BgClassName
{
background-color: #240D50;
}
</style>
border-color css
<style>
span { border-color: #240D50; }
span { border-color: rgb(36,13,80); }
td.TdClassName
{
border-color: #240D50;
}
.TagClassName
{
border-color: #240D50;
}
</style>