Shades of Violent Violet #240157
Tints of Violent Violet #240157
RGB
CMYK
RGB Variations
Color information
#240157 (or 0x240157) is known color: Violent Violet. HEX triplet: 24, 01 and 57. RGB value is (36,1,87). Sum of RGB (Red+Green+Blue) = 36+1+87=124 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.03% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 87 (34.38% from 255 or 70.16% from 124); Max value from RGB is 87 - color contains mainly: blue. Hex color #240157 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240157 is #DBFEA8. Grayscale: #141414. Windows color (decimal): -14417577 or 5701924. OLE color: 5701924.
HSL color Cylindrical-coordinate representation of color #240157: hue angle of 264.42º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #240157 is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 36 | 1 | 87 | - |
| CMYK | 0.59 | 0.99 | 0 | 0.66 |
| HSL | 264.42º | 0.98% | 0.17% | - |
| HSV(B) | 264.42º | 0.99% | 0.34% | - |
| XYZ | 2.46 | 1.08 | 9.1 | - |
| YUV | 21.27 | 165.1 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 1 | 87 | 0.59 | 0.99 | 0 | 0.66 | 264.42 | 0.98 | 0.17 |
| Hex | 24 | 1 | 57 | 3B | 63 | 0 | 42 | 108 | 62 | 11 |
| Octal | 44 | 1 | 127 | 73 | 143 | 0 | 102 | 410 | 142 | 21 |
| Binary | 100100 | 1 | 1010111 | 111011 | 1100011 | 0 | 1000010 | 100001000 | 1100010 | 10001 |
Color Harmonies of #240157
Complementary color
Monochromatic Colors of #240157
Black with #240157
Text Example
Text Example
White with #240157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240157; }
p { color: rgb(36,1,87); }
H1.HeaderClassName
{
color: #240157;
}
.AnyTagClassName
{
color: #240157;
}
</style>
background-color css
<style>
a { background-color: #240157; }
a { background-color: rgb(36,1,87); }
div.DivClassName
{
background-color: #240157;
}
.BgClassName
{
background-color: #240157;
}
</style>
border-color css
<style>
span { border-color: #240157; }
span { border-color: rgb(36,1,87); }
td.TdClassName
{
border-color: #240157;
}
.TagClassName
{
border-color: #240157;
}
</style>