Shades of Violent Violet #240A57
Tints of Violent Violet #240A57
RGB
CMYK
RGB Variations
Color information
#240A57 (or 0x240A57) is known color: Violent Violet. HEX triplet: 24, 0A and 57. RGB value is (36,10,87). Sum of RGB (Red+Green+Blue) = 36+10+87=133 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.07% from 133); Green value is 10 (4.30% from 255 or 7.52% from 133); Blue value is 87 (34.38% from 255 or 65.41% from 133); Max value from RGB is 87 - color contains mainly: blue. Hex color #240A57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240A57 is #DBF5A8. Grayscale: #1A1A1A. Windows color (decimal): -14415273 or 5704228. OLE color: 5704228.
HSL color Cylindrical-coordinate representation of color #240A57: hue angle of 260.26º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #240A57 is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 36 | 10 | 87 | - |
| CMYK | 0.59 | 0.89 | 0 | 0.66 |
| HSL | 260.26º | 0.79% | 0.19% | - |
| HSV(B) | 260.26º | 0.89% | 0.34% | - |
| XYZ | 2.56 | 1.28 | 9.13 | - |
| YUV | 26.55 | 162.11 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 10 | 87 | 0.59 | 0.89 | 0 | 0.66 | 260.26 | 0.79 | 0.19 |
| Hex | 24 | A | 57 | 3B | 59 | 0 | 42 | 104 | 4F | 13 |
| Octal | 44 | 12 | 127 | 73 | 131 | 0 | 102 | 404 | 117 | 23 |
| Binary | 100100 | 1010 | 1010111 | 111011 | 1011001 | 0 | 1000010 | 100000100 | 1001111 | 10011 |
Color Harmonies of #240A57
Complementary color
Monochromatic Colors of #240A57
Black with #240A57
Text Example
Text Example
White with #240A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240A57; }
p { color: rgb(36,10,87); }
H1.HeaderClassName
{
color: #240A57;
}
.AnyTagClassName
{
color: #240A57;
}
</style>
background-color css
<style>
a { background-color: #240A57; }
a { background-color: rgb(36,10,87); }
div.DivClassName
{
background-color: #240A57;
}
.BgClassName
{
background-color: #240A57;
}
</style>
border-color css
<style>
span { border-color: #240A57; }
span { border-color: rgb(36,10,87); }
td.TdClassName
{
border-color: #240A57;
}
.TagClassName
{
border-color: #240A57;
}
</style>