Shades of Violent Violet #240B5A
Tints of Violent Violet #240B5A
RGB
CMYK
RGB Variations
Color information
#240B5A (or 0x240B5A) is known color: Violent Violet. HEX triplet: 24, 0B and 5A. RGB value is (36,11,90). Sum of RGB (Red+Green+Blue) = 36+11+90=137 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.28% from 137); Green value is 11 (4.69% from 255 or 8.03% from 137); Blue value is 90 (35.55% from 255 or 65.69% from 137); Max value from RGB is 90 - color contains mainly: blue. Hex color #240B5A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240B5A is #DBF4A5. Grayscale: #1B1B1B. Windows color (decimal): -14415014 or 5901092. OLE color: 5901092.
HSL color Cylindrical-coordinate representation of color #240B5A: hue angle of 258.99º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #240B5A is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 11 | 90 | - |
| CMYK | 0.60 | 0.88 | 0 | 0.65 |
| HSL | 258.99º | 0.78% | 0.2% | - |
| HSV(B) | 258.99º | 0.88% | 0.35% | - |
| XYZ | 2.69 | 1.35 | 9.79 | - |
| YUV | 27.48 | 163.28 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 11 | 90 | 0.60 | 0.88 | 0 | 0.65 | 258.99 | 0.78 | 0.2 |
| Hex | 24 | B | 5A | 3C | 58 | 0 | 41 | 103 | 4E | 14 |
| Octal | 44 | 13 | 132 | 74 | 130 | 0 | 101 | 403 | 116 | 24 |
| Binary | 100100 | 1011 | 1011010 | 111100 | 1011000 | 0 | 1000001 | 100000011 | 1001110 | 10100 |
Color Harmonies of #240B5A
Complementary color
Monochromatic Colors of #240B5A
Black with #240B5A
Text Example
Text Example
White with #240B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240B5A; }
p { color: rgb(36,11,90); }
H1.HeaderClassName
{
color: #240B5A;
}
.AnyTagClassName
{
color: #240B5A;
}
</style>
background-color css
<style>
a { background-color: #240B5A; }
a { background-color: rgb(36,11,90); }
div.DivClassName
{
background-color: #240B5A;
}
.BgClassName
{
background-color: #240B5A;
}
</style>
border-color css
<style>
span { border-color: #240B5A; }
span { border-color: rgb(36,11,90); }
td.TdClassName
{
border-color: #240B5A;
}
.TagClassName
{
border-color: #240B5A;
}
</style>