Shades of Violent Violet #190B4B
Tints of Violent Violet #190B4B
RGB
CMYK
RGB Variations
Color information
#190B4B (or 0x190B4B) is known color: Violent Violet. HEX triplet: 19, 0B and 4B. RGB value is (25,11,75). Sum of RGB (Red+Green+Blue) = 25+11+75=111 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.52% from 111); Green value is 11 (4.69% from 255 or 9.91% from 111); Blue value is 75 (29.69% from 255 or 67.57% from 111); Max value from RGB is 75 - color contains mainly: blue. Hex color #190B4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190B4B is #E6F4B4. Grayscale: #161616. Windows color (decimal): -15135925 or 4918041. OLE color: 4918041.
HSL color Cylindrical-coordinate representation of color #190B4B: hue angle of 253.12º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #190B4B is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 11 | 75 | - |
| CMYK | 0.67 | 0.85 | 0 | 0.71 |
| HSL | 253.13º | 0.74% | 0.17% | - |
| HSV(B) | 253.13º | 0.85% | 0.29% | - |
| XYZ | 1.79 | 0.95 | 6.75 | - |
| YUV | 22.48 | 157.64 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 11 | 75 | 0.67 | 0.85 | 0 | 0.71 | 253.13 | 0.74 | 0.17 |
| Hex | 19 | B | 4B | 43 | 55 | 0 | 47 | FD | 4A | 11 |
| Octal | 31 | 13 | 113 | 103 | 125 | 0 | 107 | 375 | 112 | 21 |
| Binary | 11001 | 1011 | 1001011 | 1000011 | 1010101 | 0 | 1000111 | 11111101 | 1001010 | 10001 |
Color Harmonies of #190B4B
Complementary color
Monochromatic Colors of #190B4B
Black with #190B4B
Text Example
Text Example
White with #190B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190B4B; }
p { color: rgb(25,11,75); }
H1.HeaderClassName
{
color: #190B4B;
}
.AnyTagClassName
{
color: #190B4B;
}
</style>
background-color css
<style>
a { background-color: #190B4B; }
a { background-color: rgb(25,11,75); }
div.DivClassName
{
background-color: #190B4B;
}
.BgClassName
{
background-color: #190B4B;
}
</style>
border-color css
<style>
span { border-color: #190B4B; }
span { border-color: rgb(25,11,75); }
td.TdClassName
{
border-color: #190B4B;
}
.TagClassName
{
border-color: #190B4B;
}
</style>