Shades of Violent Violet #240B57
Tints of Violent Violet #240B57
RGB
CMYK
RGB Variations
Color information
#240B57 (or 0x240B57) is known color: Violent Violet. HEX triplet: 24, 0B and 57. RGB value is (36,11,87). Sum of RGB (Red+Green+Blue) = 36+11+87=134 (17% of max value = 765). Red value is 36 (14.45% from 255 or 26.87% from 134); Green value is 11 (4.69% from 255 or 8.21% from 134); Blue value is 87 (34.38% from 255 or 64.93% from 134); Max value from RGB is 87 - color contains mainly: blue. Hex color #240B57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240B57 is #DBF4A8. Grayscale: #1A1A1A. Windows color (decimal): -14415017 or 5704484. OLE color: 5704484.
HSL color Cylindrical-coordinate representation of color #240B57: hue angle of 259.74º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #240B57 is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 36 | 11 | 87 | - |
| CMYK | 0.59 | 0.87 | 0 | 0.66 |
| HSL | 259.74º | 0.78% | 0.19% | - |
| HSV(B) | 259.74º | 0.87% | 0.34% | - |
| XYZ | 2.57 | 1.3 | 9.13 | - |
| YUV | 27.14 | 161.78 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 11 | 87 | 0.59 | 0.87 | 0 | 0.66 | 259.74 | 0.78 | 0.19 |
| Hex | 24 | B | 57 | 3B | 57 | 0 | 42 | 104 | 4E | 13 |
| Octal | 44 | 13 | 127 | 73 | 127 | 0 | 102 | 404 | 116 | 23 |
| Binary | 100100 | 1011 | 1010111 | 111011 | 1010111 | 0 | 1000010 | 100000100 | 1001110 | 10011 |
Color Harmonies of #240B57
Complementary color
Monochromatic Colors of #240B57
Black with #240B57
Text Example
Text Example
White with #240B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240B57; }
p { color: rgb(36,11,87); }
H1.HeaderClassName
{
color: #240B57;
}
.AnyTagClassName
{
color: #240B57;
}
</style>
background-color css
<style>
a { background-color: #240B57; }
a { background-color: rgb(36,11,87); }
div.DivClassName
{
background-color: #240B57;
}
.BgClassName
{
background-color: #240B57;
}
</style>
border-color css
<style>
span { border-color: #240B57; }
span { border-color: rgb(36,11,87); }
td.TdClassName
{
border-color: #240B57;
}
.TagClassName
{
border-color: #240B57;
}
</style>