Shades of Violent Violet #240353
Tints of Violent Violet #240353
RGB
CMYK
RGB Variations
Color information
#240353 (or 0x240353) is known color: Violent Violet. HEX triplet: 24, 03 and 53. RGB value is (36,3,83). Sum of RGB (Red+Green+Blue) = 36+3+83=122 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.51% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 83 (32.81% from 255 or 68.03% from 122); Max value from RGB is 83 - color contains mainly: blue. Hex color #240353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240353 is #DBFCAC. Grayscale: #151515. Windows color (decimal): -14417069 or 5440292. OLE color: 5440292.
HSL color Cylindrical-coordinate representation of color #240353: hue angle of 264.75º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #240353 is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 3 | 83 | - |
| CMYK | 0.57 | 0.96 | 0 | 0.67 |
| HSL | 264.75º | 0.93% | 0.17% | - |
| HSV(B) | 264.75º | 0.96% | 0.33% | - |
| XYZ | 2.32 | 1.06 | 8.27 | - |
| YUV | 21.99 | 162.43 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 3 | 83 | 0.57 | 0.96 | 0 | 0.67 | 264.75 | 0.93 | 0.17 |
| Hex | 24 | 3 | 53 | 39 | 60 | 0 | 43 | 109 | 5D | 11 |
| Octal | 44 | 3 | 123 | 71 | 140 | 0 | 103 | 411 | 135 | 21 |
| Binary | 100100 | 11 | 1010011 | 111001 | 1100000 | 0 | 1000011 | 100001001 | 1011101 | 10001 |
Color Harmonies of #240353
Complementary color
Monochromatic Colors of #240353
Black with #240353
Text Example
Text Example
White with #240353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240353; }
p { color: rgb(36,3,83); }
H1.HeaderClassName
{
color: #240353;
}
.AnyTagClassName
{
color: #240353;
}
</style>
background-color css
<style>
a { background-color: #240353; }
a { background-color: rgb(36,3,83); }
div.DivClassName
{
background-color: #240353;
}
.BgClassName
{
background-color: #240353;
}
</style>
border-color css
<style>
span { border-color: #240353; }
span { border-color: rgb(36,3,83); }
td.TdClassName
{
border-color: #240353;
}
.TagClassName
{
border-color: #240353;
}
</style>