Shades of Violent Violet #130444
Tints of Violent Violet #130444
RGB
CMYK
RGB Variations
Color information
#130444 (or 0x130444) is known color: Violent Violet. HEX triplet: 13, 04 and 44. RGB value is (19,4,68). Sum of RGB (Red+Green+Blue) = 19+4+68=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 4 (1.95% from 255 or 4.40% from 91); Blue value is 68 (26.95% from 255 or 74.73% from 91); Max value from RGB is 68 - color contains mainly: blue. Hex color #130444 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130444 is #ECFBBB. Grayscale: #0F0F0F. Windows color (decimal): -15530940 or 4457491. OLE color: 4457491.
HSL color Cylindrical-coordinate representation of color #130444: hue angle of 254.06º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130444 is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 4 | 68 | - |
| CMYK | 0.72 | 0.94 | 0 | 0.73 |
| HSL | 254.06º | 0.89% | 0.14% | - |
| HSV(B) | 254.06º | 0.94% | 0.27% | - |
| XYZ | 1.36 | 0.64 | 5.52 | - |
| YUV | 15.78 | 157.47 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 4 | 68 | 0.72 | 0.94 | 0 | 0.73 | 254.06 | 0.89 | 0.14 |
| Hex | 13 | 4 | 44 | 48 | 5E | 0 | 49 | FE | 59 | E |
| Octal | 23 | 4 | 104 | 110 | 136 | 0 | 111 | 376 | 131 | 16 |
| Binary | 10011 | 100 | 1000100 | 1001000 | 1011110 | 0 | 1001001 | 11111110 | 1011001 | 1110 |
Color Harmonies of #130444
Complementary color
Monochromatic Colors of #130444
Black with #130444
Text Example
Text Example
White with #130444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130444; }
p { color: rgb(19,4,68); }
H1.HeaderClassName
{
color: #130444;
}
.AnyTagClassName
{
color: #130444;
}
</style>
background-color css
<style>
a { background-color: #130444; }
a { background-color: rgb(19,4,68); }
div.DivClassName
{
background-color: #130444;
}
.BgClassName
{
background-color: #130444;
}
</style>
border-color css
<style>
span { border-color: #130444; }
span { border-color: rgb(19,4,68); }
td.TdClassName
{
border-color: #130444;
}
.TagClassName
{
border-color: #130444;
}
</style>