Shades of Violent Violet #240358
Tints of Violent Violet #240358
RGB
CMYK
RGB Variations
Color information
#240358 (or 0x240358) is known color: Violent Violet. HEX triplet: 24, 03 and 58. RGB value is (36,3,88). Sum of RGB (Red+Green+Blue) = 36+3+88=127 (16% of max value = 765). Red value is 36 (14.45% from 255 or 28.35% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 88 (34.77% from 255 or 69.29% from 127); Max value from RGB is 88 - color contains mainly: blue. Hex color #240358 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240358 is #DBFCA7. Grayscale: #161616. Windows color (decimal): -14417064 or 5767972. OLE color: 5767972.
HSL color Cylindrical-coordinate representation of color #240358: hue angle of 263.29º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #240358 is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 3 | 88 | - |
| CMYK | 0.59 | 0.97 | 0 | 0.65 |
| HSL | 263.29º | 0.93% | 0.18% | - |
| HSV(B) | 263.29º | 0.97% | 0.35% | - |
| XYZ | 2.52 | 1.14 | 9.32 | - |
| YUV | 22.56 | 164.93 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 3 | 88 | 0.59 | 0.97 | 0 | 0.65 | 263.29 | 0.93 | 0.18 |
| Hex | 24 | 3 | 58 | 3B | 61 | 0 | 41 | 107 | 5D | 12 |
| Octal | 44 | 3 | 130 | 73 | 141 | 0 | 101 | 407 | 135 | 22 |
| Binary | 100100 | 11 | 1011000 | 111011 | 1100001 | 0 | 1000001 | 100000111 | 1011101 | 10010 |
Color Harmonies of #240358
Complementary color
Monochromatic Colors of #240358
Black with #240358
Text Example
Text Example
White with #240358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240358; }
p { color: rgb(36,3,88); }
H1.HeaderClassName
{
color: #240358;
}
.AnyTagClassName
{
color: #240358;
}
</style>
background-color css
<style>
a { background-color: #240358; }
a { background-color: rgb(36,3,88); }
div.DivClassName
{
background-color: #240358;
}
.BgClassName
{
background-color: #240358;
}
</style>
border-color css
<style>
span { border-color: #240358; }
span { border-color: rgb(36,3,88); }
td.TdClassName
{
border-color: #240358;
}
.TagClassName
{
border-color: #240358;
}
</style>