Shades of Violent Violet #240B58
Tints of Violent Violet #240B58
RGB
CMYK
RGB Variations
Color information
#240B58 (or 0x240B58) is known color: Violent Violet. HEX triplet: 24, 0B and 58. RGB value is (36,11,88). Sum of RGB (Red+Green+Blue) = 36+11+88=135 (17% of max value = 765). Red value is 36 (14.45% from 255 or 26.67% from 135); Green value is 11 (4.69% from 255 or 8.15% from 135); Blue value is 88 (34.77% from 255 or 65.19% from 135); Max value from RGB is 88 - color contains mainly: blue. Hex color #240B58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240B58 is #DBF4A7. Grayscale: #1A1A1A. Windows color (decimal): -14415016 or 5770020. OLE color: 5770020.
HSL color Cylindrical-coordinate representation of color #240B58: hue angle of 259.48º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #240B58 is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 11 | 88 | - |
| CMYK | 0.59 | 0.88 | 0 | 0.65 |
| HSL | 259.48º | 0.78% | 0.19% | - |
| HSV(B) | 259.48º | 0.88% | 0.35% | - |
| XYZ | 2.61 | 1.32 | 9.35 | - |
| YUV | 27.25 | 162.28 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 11 | 88 | 0.59 | 0.88 | 0 | 0.65 | 259.48 | 0.78 | 0.19 |
| Hex | 24 | B | 58 | 3B | 58 | 0 | 41 | 103 | 4E | 13 |
| Octal | 44 | 13 | 130 | 73 | 130 | 0 | 101 | 403 | 116 | 23 |
| Binary | 100100 | 1011 | 1011000 | 111011 | 1011000 | 0 | 1000001 | 100000011 | 1001110 | 10011 |
Color Harmonies of #240B58
Complementary color
Monochromatic Colors of #240B58
Black with #240B58
Text Example
Text Example
White with #240B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240B58; }
p { color: rgb(36,11,88); }
H1.HeaderClassName
{
color: #240B58;
}
.AnyTagClassName
{
color: #240B58;
}
</style>
background-color css
<style>
a { background-color: #240B58; }
a { background-color: rgb(36,11,88); }
div.DivClassName
{
background-color: #240B58;
}
.BgClassName
{
background-color: #240B58;
}
</style>
border-color css
<style>
span { border-color: #240B58; }
span { border-color: rgb(36,11,88); }
td.TdClassName
{
border-color: #240B58;
}
.TagClassName
{
border-color: #240B58;
}
</style>