Shades of Violent Violet #240255
Tints of Violent Violet #240255
RGB
CMYK
RGB Variations
Color information
#240255 (or 0x240255) is known color: Violent Violet. HEX triplet: 24, 02 and 55. RGB value is (36,2,85). Sum of RGB (Red+Green+Blue) = 36+2+85=123 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.27% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 85 (33.59% from 255 or 69.11% from 123); Max value from RGB is 85 - color contains mainly: blue. Hex color #240255 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240255 is #DBFDAA. Grayscale: #151515. Windows color (decimal): -14417323 or 5571108. OLE color: 5571108.
HSL color Cylindrical-coordinate representation of color #240255: hue angle of 264.58º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #240255 is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 2 | 85 | - |
| CMYK | 0.58 | 0.98 | 0 | 0.67 |
| HSL | 264.58º | 0.95% | 0.17% | - |
| HSV(B) | 264.58º | 0.98% | 0.33% | - |
| XYZ | 2.39 | 1.07 | 8.68 | - |
| YUV | 21.63 | 163.76 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 2 | 85 | 0.58 | 0.98 | 0 | 0.67 | 264.58 | 0.95 | 0.17 |
| Hex | 24 | 2 | 55 | 3A | 62 | 0 | 43 | 109 | 5F | 11 |
| Octal | 44 | 2 | 125 | 72 | 142 | 0 | 103 | 411 | 137 | 21 |
| Binary | 100100 | 10 | 1010101 | 111010 | 1100010 | 0 | 1000011 | 100001001 | 1011111 | 10001 |
Color Harmonies of #240255
Complementary color
Monochromatic Colors of #240255
Black with #240255
Text Example
Text Example
White with #240255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240255; }
p { color: rgb(36,2,85); }
H1.HeaderClassName
{
color: #240255;
}
.AnyTagClassName
{
color: #240255;
}
</style>
background-color css
<style>
a { background-color: #240255; }
a { background-color: rgb(36,2,85); }
div.DivClassName
{
background-color: #240255;
}
.BgClassName
{
background-color: #240255;
}
</style>
border-color css
<style>
span { border-color: #240255; }
span { border-color: rgb(36,2,85); }
td.TdClassName
{
border-color: #240255;
}
.TagClassName
{
border-color: #240255;
}
</style>