Shades of Violent Violet #240F48
Tints of Violent Violet #240F48
RGB
CMYK
RGB Variations
Color information
#240F48 (or 0x240F48) is known color: Violent Violet. HEX triplet: 24, 0F and 48. RGB value is (36,15,72). Sum of RGB (Red+Green+Blue) = 36+15+72=123 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.27% from 123); Green value is 15 (6.25% from 255 or 12.20% from 123); Blue value is 72 (28.52% from 255 or 58.54% from 123); Max value from RGB is 72 - color contains mainly: blue. Hex color #240F48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240F48 is #DBF0B7. Grayscale: #1B1B1B. Windows color (decimal): -14414008 or 4722468. OLE color: 4722468.
HSL color Cylindrical-coordinate representation of color #240F48: hue angle of 262.11º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #240F48 is Cyan = 0.5, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 36 | 15 | 72 | - |
| CMYK | 0.5 | 0.79 | 0 | 0.72 |
| HSL | 262.11º | 0.66% | 0.17% | - |
| HSV(B) | 262.11º | 0.79% | 0.28% | - |
| XYZ | 2.07 | 1.18 | 6.25 | - |
| YUV | 27.78 | 152.96 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 15 | 72 | 0.5 | 0.79 | 0 | 0.72 | 262.11 | 0.66 | 0.17 |
| Hex | 24 | F | 48 | 32 | 4F | 0 | 48 | 106 | 42 | 11 |
| Octal | 44 | 17 | 110 | 62 | 117 | 0 | 110 | 406 | 102 | 21 |
| Binary | 100100 | 1111 | 1001000 | 110010 | 1001111 | 0 | 1001000 | 100000110 | 1000010 | 10001 |
Color Harmonies of #240F48
Complementary color
Monochromatic Colors of #240F48
Black with #240F48
Text Example
Text Example
White with #240F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240F48; }
p { color: rgb(36,15,72); }
H1.HeaderClassName
{
color: #240F48;
}
.AnyTagClassName
{
color: #240F48;
}
</style>
background-color css
<style>
a { background-color: #240F48; }
a { background-color: rgb(36,15,72); }
div.DivClassName
{
background-color: #240F48;
}
.BgClassName
{
background-color: #240F48;
}
</style>
border-color css
<style>
span { border-color: #240F48; }
span { border-color: rgb(36,15,72); }
td.TdClassName
{
border-color: #240F48;
}
.TagClassName
{
border-color: #240F48;
}
</style>