Shades of Violent Violet #190441
Tints of Violent Violet #190441
RGB
CMYK
RGB Variations
Color information
#190441 (or 0x190441) is known color: Violent Violet. HEX triplet: 19, 04 and 41. RGB value is (25,4,65). Sum of RGB (Red+Green+Blue) = 25+4+65=94 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.60% from 94); Green value is 4 (1.95% from 255 or 4.26% from 94); Blue value is 65 (25.78% from 255 or 69.15% from 94); Max value from RGB is 65 - color contains mainly: blue. Hex color #190441 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190441 is #E6FBBE. Grayscale: #111111. Windows color (decimal): -15137727 or 4260889. OLE color: 4260889.
HSL color Cylindrical-coordinate representation of color #190441: hue angle of 260.66º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #190441 is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 4 | 65 | - |
| CMYK | 0.62 | 0.94 | 0 | 0.75 |
| HSL | 260.66º | 0.88% | 0.14% | - |
| HSV(B) | 260.66º | 0.94% | 0.25% | - |
| XYZ | 1.4 | 0.68 | 5.06 | - |
| YUV | 17.23 | 154.96 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 4 | 65 | 0.62 | 0.94 | 0 | 0.75 | 260.66 | 0.88 | 0.14 |
| Hex | 19 | 4 | 41 | 3E | 5E | 0 | 4B | 105 | 58 | E |
| Octal | 31 | 4 | 101 | 76 | 136 | 0 | 113 | 405 | 130 | 16 |
| Binary | 11001 | 100 | 1000001 | 111110 | 1011110 | 0 | 1001011 | 100000101 | 1011000 | 1110 |
Color Harmonies of #190441
Complementary color
Monochromatic Colors of #190441
Black with #190441
Text Example
Text Example
White with #190441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190441; }
p { color: rgb(25,4,65); }
H1.HeaderClassName
{
color: #190441;
}
.AnyTagClassName
{
color: #190441;
}
</style>
background-color css
<style>
a { background-color: #190441; }
a { background-color: rgb(25,4,65); }
div.DivClassName
{
background-color: #190441;
}
.BgClassName
{
background-color: #190441;
}
</style>
border-color css
<style>
span { border-color: #190441; }
span { border-color: rgb(25,4,65); }
td.TdClassName
{
border-color: #190441;
}
.TagClassName
{
border-color: #190441;
}
</style>