Shades of Violent Violet #19044D
Tints of Violent Violet #19044D
RGB
CMYK
RGB Variations
Color information
#19044D (or 0x19044D) is known color: Violent Violet. HEX triplet: 19, 04 and 4D. RGB value is (25,4,77). Sum of RGB (Red+Green+Blue) = 25+4+77=106 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.58% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 77 (30.47% from 255 or 72.64% from 106); Max value from RGB is 77 - color contains mainly: blue. Hex color #19044D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19044D is #E6FBB2. Grayscale: #121212. Windows color (decimal): -15137715 or 5047321. OLE color: 5047321.
HSL color Cylindrical-coordinate representation of color #19044D: hue angle of 257.26º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #19044D is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 4 | 77 | - |
| CMYK | 0.68 | 0.95 | 0 | 0.70 |
| HSL | 257.26º | 0.9% | 0.16% | - |
| HSV(B) | 257.26º | 0.95% | 0.3% | - |
| XYZ | 1.78 | 0.83 | 7.09 | - |
| YUV | 18.6 | 160.96 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 4 | 77 | 0.68 | 0.95 | 0 | 0.70 | 257.26 | 0.9 | 0.16 |
| Hex | 19 | 4 | 4D | 44 | 5F | 0 | 46 | 101 | 5A | 10 |
| Octal | 31 | 4 | 115 | 104 | 137 | 0 | 106 | 401 | 132 | 20 |
| Binary | 11001 | 100 | 1001101 | 1000100 | 1011111 | 0 | 1000110 | 100000001 | 1011010 | 10000 |
Color Harmonies of #19044D
Complementary color
Monochromatic Colors of #19044D
Black with #19044D
Text Example
Text Example
White with #19044D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19044D; }
p { color: rgb(25,4,77); }
H1.HeaderClassName
{
color: #19044D;
}
.AnyTagClassName
{
color: #19044D;
}
</style>
background-color css
<style>
a { background-color: #19044D; }
a { background-color: rgb(25,4,77); }
div.DivClassName
{
background-color: #19044D;
}
.BgClassName
{
background-color: #19044D;
}
</style>
border-color css
<style>
span { border-color: #19044D; }
span { border-color: rgb(25,4,77); }
td.TdClassName
{
border-color: #19044D;
}
.TagClassName
{
border-color: #19044D;
}
</style>