Shades of Violent Violet #240F50
Tints of Violent Violet #240F50
RGB
CMYK
RGB Variations
Color information
#240F50 (or 0x240F50) is known color: Violent Violet. HEX triplet: 24, 0F and 50. RGB value is (36,15,80). Sum of RGB (Red+Green+Blue) = 36+15+80=131 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.48% from 131); Green value is 15 (6.25% from 255 or 11.45% from 131); Blue value is 80 (31.64% from 255 or 61.07% from 131); Max value from RGB is 80 - color contains mainly: blue. Hex color #240F50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240F50 is #DBF0AF. Grayscale: #1C1C1C. Windows color (decimal): -14414000 or 5246756. OLE color: 5246756.
HSL color Cylindrical-coordinate representation of color #240F50: hue angle of 259.38º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #240F50 is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 36 | 15 | 80 | - |
| CMYK | 0.55 | 0.81 | 0 | 0.69 |
| HSL | 259.38º | 0.68% | 0.19% | - |
| HSV(B) | 259.38º | 0.81% | 0.31% | - |
| XYZ | 2.35 | 1.3 | 7.72 | - |
| YUV | 28.69 | 156.96 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 15 | 80 | 0.55 | 0.81 | 0 | 0.69 | 259.38 | 0.68 | 0.19 |
| Hex | 24 | F | 50 | 37 | 51 | 0 | 45 | 103 | 44 | 13 |
| Octal | 44 | 17 | 120 | 67 | 121 | 0 | 105 | 403 | 104 | 23 |
| Binary | 100100 | 1111 | 1010000 | 110111 | 1010001 | 0 | 1000101 | 100000011 | 1000100 | 10011 |
Color Harmonies of #240F50
Complementary color
Monochromatic Colors of #240F50
Black with #240F50
Text Example
Text Example
White with #240F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240F50; }
p { color: rgb(36,15,80); }
H1.HeaderClassName
{
color: #240F50;
}
.AnyTagClassName
{
color: #240F50;
}
</style>
background-color css
<style>
a { background-color: #240F50; }
a { background-color: rgb(36,15,80); }
div.DivClassName
{
background-color: #240F50;
}
.BgClassName
{
background-color: #240F50;
}
</style>
border-color css
<style>
span { border-color: #240F50; }
span { border-color: rgb(36,15,80); }
td.TdClassName
{
border-color: #240F50;
}
.TagClassName
{
border-color: #240F50;
}
</style>