Shades of Violent Violet #240B4B
Tints of Violent Violet #240B4B
RGB
CMYK
RGB Variations
Color information
#240B4B (or 0x240B4B) is known color: Violent Violet. HEX triplet: 24, 0B and 4B. RGB value is (36,11,75). Sum of RGB (Red+Green+Blue) = 36+11+75=122 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.51% from 122); Green value is 11 (4.69% from 255 or 9.02% from 122); Blue value is 75 (29.69% from 255 or 61.48% from 122); Max value from RGB is 75 - color contains mainly: blue. Hex color #240B4B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240B4B is #DBF4B4. Grayscale: #191919. Windows color (decimal): -14415029 or 4918052. OLE color: 4918052.
HSL color Cylindrical-coordinate representation of color #240B4B: hue angle of 263.44º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #240B4B is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 36 | 11 | 75 | - |
| CMYK | 0.52 | 0.85 | 0 | 0.71 |
| HSL | 263.44º | 0.74% | 0.17% | - |
| HSV(B) | 263.44º | 0.85% | 0.29% | - |
| XYZ | 2.12 | 1.12 | 6.76 | - |
| YUV | 25.77 | 155.78 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 11 | 75 | 0.52 | 0.85 | 0 | 0.71 | 263.44 | 0.74 | 0.17 |
| Hex | 24 | B | 4B | 34 | 55 | 0 | 47 | 107 | 4A | 11 |
| Octal | 44 | 13 | 113 | 64 | 125 | 0 | 107 | 407 | 112 | 21 |
| Binary | 100100 | 1011 | 1001011 | 110100 | 1010101 | 0 | 1000111 | 100000111 | 1001010 | 10001 |
Color Harmonies of #240B4B
Complementary color
Monochromatic Colors of #240B4B
Black with #240B4B
Text Example
Text Example
White with #240B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240B4B; }
p { color: rgb(36,11,75); }
H1.HeaderClassName
{
color: #240B4B;
}
.AnyTagClassName
{
color: #240B4B;
}
</style>
background-color css
<style>
a { background-color: #240B4B; }
a { background-color: rgb(36,11,75); }
div.DivClassName
{
background-color: #240B4B;
}
.BgClassName
{
background-color: #240B4B;
}
</style>
border-color css
<style>
span { border-color: #240B4B; }
span { border-color: rgb(36,11,75); }
td.TdClassName
{
border-color: #240B4B;
}
.TagClassName
{
border-color: #240B4B;
}
</style>