Shades of Violent Violet #240458
Tints of Violent Violet #240458
RGB
CMYK
RGB Variations
Color information
#240458 (or 0x240458) is known color: Violent Violet. HEX triplet: 24, 04 and 58. RGB value is (36,4,88). Sum of RGB (Red+Green+Blue) = 36+4+88=128 (16% of max value = 765). Red value is 36 (14.45% from 255 or 28.12% from 128); Green value is 4 (1.95% from 255 or 3.12% from 128); Blue value is 88 (34.77% from 255 or 68.75% from 128); Max value from RGB is 88 - color contains mainly: blue. Hex color #240458 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240458 is #DBFBA7. Grayscale: #161616. Windows color (decimal): -14416808 or 5768228. OLE color: 5768228.
HSL color Cylindrical-coordinate representation of color #240458: hue angle of 262.86º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #240458 is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 4 | 88 | - |
| CMYK | 0.59 | 0.95 | 0 | 0.65 |
| HSL | 262.86º | 0.91% | 0.18% | - |
| HSV(B) | 262.86º | 0.95% | 0.35% | - |
| XYZ | 2.53 | 1.17 | 9.32 | - |
| YUV | 23.14 | 164.6 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 4 | 88 | 0.59 | 0.95 | 0 | 0.65 | 262.86 | 0.91 | 0.18 |
| Hex | 24 | 4 | 58 | 3B | 5F | 0 | 41 | 107 | 5B | 12 |
| Octal | 44 | 4 | 130 | 73 | 137 | 0 | 101 | 407 | 133 | 22 |
| Binary | 100100 | 100 | 1011000 | 111011 | 1011111 | 0 | 1000001 | 100000111 | 1011011 | 10010 |
Color Harmonies of #240458
Complementary color
Monochromatic Colors of #240458
Black with #240458
Text Example
Text Example
White with #240458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240458; }
p { color: rgb(36,4,88); }
H1.HeaderClassName
{
color: #240458;
}
.AnyTagClassName
{
color: #240458;
}
</style>
background-color css
<style>
a { background-color: #240458; }
a { background-color: rgb(36,4,88); }
div.DivClassName
{
background-color: #240458;
}
.BgClassName
{
background-color: #240458;
}
</style>
border-color css
<style>
span { border-color: #240458; }
span { border-color: rgb(36,4,88); }
td.TdClassName
{
border-color: #240458;
}
.TagClassName
{
border-color: #240458;
}
</style>