Shades of Violent Violet #24194D
Tints of Violent Violet #24194D
RGB
CMYK
RGB Variations
Color information
#24194D (or 0x24194D) is known color: Violent Violet. HEX triplet: 24, 19 and 4D. RGB value is (36,25,77). Sum of RGB (Red+Green+Blue) = 36+25+77=138 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.09% from 138); Green value is 25 (10.16% from 255 or 18.12% from 138); Blue value is 77 (30.47% from 255 or 55.80% from 138); Max value from RGB is 77 - color contains mainly: blue. Hex color #24194D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24194D is #DBE6B2. Grayscale: #222222. Windows color (decimal): -14411443 or 5052708. OLE color: 5052708.
HSL color Cylindrical-coordinate representation of color #24194D: hue angle of 252.69º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #24194D is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 36 | 25 | 77 | - |
| CMYK | 0.53 | 0.68 | 0 | 0.70 |
| HSL | 252.69º | 0.51% | 0.2% | - |
| HSV(B) | 252.69º | 0.68% | 0.3% | - |
| XYZ | 2.41 | 1.61 | 7.2 | - |
| YUV | 34.22 | 152.14 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 25 | 77 | 0.53 | 0.68 | 0 | 0.70 | 252.69 | 0.51 | 0.2 |
| Hex | 24 | 19 | 4D | 35 | 44 | 0 | 46 | FD | 33 | 14 |
| Octal | 44 | 31 | 115 | 65 | 104 | 0 | 106 | 375 | 63 | 24 |
| Binary | 100100 | 11001 | 1001101 | 110101 | 1000100 | 0 | 1000110 | 11111101 | 110011 | 10100 |
Color Harmonies of #24194D
Complementary color
Monochromatic Colors of #24194D
Black with #24194D
Text Example
Text Example
White with #24194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24194D; }
p { color: rgb(36,25,77); }
H1.HeaderClassName
{
color: #24194D;
}
.AnyTagClassName
{
color: #24194D;
}
</style>
background-color css
<style>
a { background-color: #24194D; }
a { background-color: rgb(36,25,77); }
div.DivClassName
{
background-color: #24194D;
}
.BgClassName
{
background-color: #24194D;
}
</style>
border-color css
<style>
span { border-color: #24194D; }
span { border-color: rgb(36,25,77); }
td.TdClassName
{
border-color: #24194D;
}
.TagClassName
{
border-color: #24194D;
}
</style>