Shades of Violent Violet #190A4B
Tints of Violent Violet #190A4B
RGB
CMYK
RGB Variations
Color information
#190A4B (or 0x190A4B) is known color: Violent Violet. HEX triplet: 19, 0A and 4B. RGB value is (25,10,75). Sum of RGB (Red+Green+Blue) = 25+10+75=110 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.73% from 110); Green value is 10 (4.30% from 255 or 9.09% from 110); Blue value is 75 (29.69% from 255 or 68.18% from 110); Max value from RGB is 75 - color contains mainly: blue. Hex color #190A4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190A4B is #E6F5B4. Grayscale: #151515. Windows color (decimal): -15136181 or 4917785. OLE color: 4917785.
HSL color Cylindrical-coordinate representation of color #190A4B: hue angle of 253.85º degrees, saturation: 0.76, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #190A4B is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 10 | 75 | - |
| CMYK | 0.67 | 0.87 | 0 | 0.71 |
| HSL | 253.85º | 0.76% | 0.17% | - |
| HSV(B) | 253.85º | 0.87% | 0.29% | - |
| XYZ | 1.78 | 0.93 | 6.74 | - |
| YUV | 21.9 | 157.97 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 10 | 75 | 0.67 | 0.87 | 0 | 0.71 | 253.85 | 0.76 | 0.17 |
| Hex | 19 | A | 4B | 43 | 57 | 0 | 47 | FE | 4C | 11 |
| Octal | 31 | 12 | 113 | 103 | 127 | 0 | 107 | 376 | 114 | 21 |
| Binary | 11001 | 1010 | 1001011 | 1000011 | 1010111 | 0 | 1000111 | 11111110 | 1001100 | 10001 |
Color Harmonies of #190A4B
Complementary color
Monochromatic Colors of #190A4B
Black with #190A4B
Text Example
Text Example
White with #190A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190A4B; }
p { color: rgb(25,10,75); }
H1.HeaderClassName
{
color: #190A4B;
}
.AnyTagClassName
{
color: #190A4B;
}
</style>
background-color css
<style>
a { background-color: #190A4B; }
a { background-color: rgb(25,10,75); }
div.DivClassName
{
background-color: #190A4B;
}
.BgClassName
{
background-color: #190A4B;
}
</style>
border-color css
<style>
span { border-color: #190A4B; }
span { border-color: rgb(25,10,75); }
td.TdClassName
{
border-color: #190A4B;
}
.TagClassName
{
border-color: #190A4B;
}
</style>