Shades of Violent Violet #240A54
Tints of Violent Violet #240A54
RGB
CMYK
RGB Variations
Color information
#240A54 (or 0x240A54) is known color: Violent Violet. HEX triplet: 24, 0A and 54. RGB value is (36,10,84). Sum of RGB (Red+Green+Blue) = 36+10+84=130 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.69% from 130); Green value is 10 (4.30% from 255 or 7.69% from 130); Blue value is 84 (33.20% from 255 or 64.62% from 130); Max value from RGB is 84 - color contains mainly: blue. Hex color #240A54 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240A54 is #DBF5AB. Grayscale: #191919. Windows color (decimal): -14415276 or 5507620. OLE color: 5507620.
HSL color Cylindrical-coordinate representation of color #240A54: hue angle of 261.08º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #240A54 is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 10 | 84 | - |
| CMYK | 0.57 | 0.88 | 0 | 0.67 |
| HSL | 261.08º | 0.79% | 0.18% | - |
| HSV(B) | 261.08º | 0.88% | 0.33% | - |
| XYZ | 2.44 | 1.23 | 8.5 | - |
| YUV | 26.21 | 160.61 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 10 | 84 | 0.57 | 0.88 | 0 | 0.67 | 261.08 | 0.79 | 0.18 |
| Hex | 24 | A | 54 | 39 | 58 | 0 | 43 | 105 | 4F | 12 |
| Octal | 44 | 12 | 124 | 71 | 130 | 0 | 103 | 405 | 117 | 22 |
| Binary | 100100 | 1010 | 1010100 | 111001 | 1011000 | 0 | 1000011 | 100000101 | 1001111 | 10010 |
Color Harmonies of #240A54
Complementary color
Monochromatic Colors of #240A54
Black with #240A54
Text Example
Text Example
White with #240A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240A54; }
p { color: rgb(36,10,84); }
H1.HeaderClassName
{
color: #240A54;
}
.AnyTagClassName
{
color: #240A54;
}
</style>
background-color css
<style>
a { background-color: #240A54; }
a { background-color: rgb(36,10,84); }
div.DivClassName
{
background-color: #240A54;
}
.BgClassName
{
background-color: #240A54;
}
</style>
border-color css
<style>
span { border-color: #240A54; }
span { border-color: rgb(36,10,84); }
td.TdClassName
{
border-color: #240A54;
}
.TagClassName
{
border-color: #240A54;
}
</style>