Shades of Violent Violet #24154D
Tints of Violent Violet #24154D
RGB
CMYK
RGB Variations
Color information
#24154D (or 0x24154D) is known color: Violent Violet. HEX triplet: 24, 15 and 4D. RGB value is (36,21,77). Sum of RGB (Red+Green+Blue) = 36+21+77=134 (17% of max value = 765). Red value is 36 (14.45% from 255 or 26.87% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 77 (30.47% from 255 or 57.46% from 134); Max value from RGB is 77 - color contains mainly: blue. Hex color #24154D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24154D is #DBEAB2. Grayscale: #1F1F1F. Windows color (decimal): -14412467 or 5051684. OLE color: 5051684.
HSL color Cylindrical-coordinate representation of color #24154D: hue angle of 256.07º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #24154D is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 36 | 21 | 77 | - |
| CMYK | 0.53 | 0.73 | 0 | 0.70 |
| HSL | 256.07º | 0.57% | 0.19% | - |
| HSV(B) | 256.07º | 0.73% | 0.3% | - |
| XYZ | 2.34 | 1.45 | 7.18 | - |
| YUV | 31.87 | 153.47 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 21 | 77 | 0.53 | 0.73 | 0 | 0.70 | 256.07 | 0.57 | 0.19 |
| Hex | 24 | 15 | 4D | 35 | 49 | 0 | 46 | 100 | 39 | 13 |
| Octal | 44 | 25 | 115 | 65 | 111 | 0 | 106 | 400 | 71 | 23 |
| Binary | 100100 | 10101 | 1001101 | 110101 | 1001001 | 0 | 1000110 | 100000000 | 111001 | 10011 |
Color Harmonies of #24154D
Complementary color
Monochromatic Colors of #24154D
Black with #24154D
Text Example
Text Example
White with #24154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24154D; }
p { color: rgb(36,21,77); }
H1.HeaderClassName
{
color: #24154D;
}
.AnyTagClassName
{
color: #24154D;
}
</style>
background-color css
<style>
a { background-color: #24154D; }
a { background-color: rgb(36,21,77); }
div.DivClassName
{
background-color: #24154D;
}
.BgClassName
{
background-color: #24154D;
}
</style>
border-color css
<style>
span { border-color: #24154D; }
span { border-color: rgb(36,21,77); }
td.TdClassName
{
border-color: #24154D;
}
.TagClassName
{
border-color: #24154D;
}
</style>