Shades of Violent Violet #240256
Tints of Violent Violet #240256
RGB
CMYK
RGB Variations
Color information
#240256 (or 0x240256) is known color: Violent Violet. HEX triplet: 24, 02 and 56. RGB value is (36,2,86). Sum of RGB (Red+Green+Blue) = 36+2+86=124 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.03% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 86 (33.98% from 255 or 69.35% from 124); Max value from RGB is 86 - color contains mainly: blue. Hex color #240256 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240256 is #DBFDA9. Grayscale: #151515. Windows color (decimal): -14417322 or 5636644. OLE color: 5636644.
HSL color Cylindrical-coordinate representation of color #240256: hue angle of 264.29º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #240256 is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 36 | 2 | 86 | - |
| CMYK | 0.58 | 0.98 | 0 | 0.66 |
| HSL | 264.29º | 0.95% | 0.17% | - |
| HSV(B) | 264.29º | 0.98% | 0.34% | - |
| XYZ | 2.43 | 1.09 | 8.89 | - |
| YUV | 21.74 | 164.26 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 2 | 86 | 0.58 | 0.98 | 0 | 0.66 | 264.29 | 0.95 | 0.17 |
| Hex | 24 | 2 | 56 | 3A | 62 | 0 | 42 | 108 | 5F | 11 |
| Octal | 44 | 2 | 126 | 72 | 142 | 0 | 102 | 410 | 137 | 21 |
| Binary | 100100 | 10 | 1010110 | 111010 | 1100010 | 0 | 1000010 | 100001000 | 1011111 | 10001 |
Color Harmonies of #240256
Complementary color
Monochromatic Colors of #240256
Black with #240256
Text Example
Text Example
White with #240256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240256; }
p { color: rgb(36,2,86); }
H1.HeaderClassName
{
color: #240256;
}
.AnyTagClassName
{
color: #240256;
}
</style>
background-color css
<style>
a { background-color: #240256; }
a { background-color: rgb(36,2,86); }
div.DivClassName
{
background-color: #240256;
}
.BgClassName
{
background-color: #240256;
}
</style>
border-color css
<style>
span { border-color: #240256; }
span { border-color: rgb(36,2,86); }
td.TdClassName
{
border-color: #240256;
}
.TagClassName
{
border-color: #240256;
}
</style>