Shades of Violent Violet #130348
Tints of Violent Violet #130348
RGB
CMYK
RGB Variations
Color information
#130348 (or 0x130348) is known color: Violent Violet. HEX triplet: 13, 03 and 48. RGB value is (19,3,72). Sum of RGB (Red+Green+Blue) = 19+3+72=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 72 (28.52% from 255 or 76.60% from 94); Max value from RGB is 72 - color contains mainly: blue. Hex color #130348 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130348 is #ECFCB7. Grayscale: #0F0F0F. Windows color (decimal): -15531192 or 4719379. OLE color: 4719379.
HSL color Cylindrical-coordinate representation of color #130348: hue angle of 253.91º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #130348 is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 19 | 3 | 72 | - |
| CMYK | 0.74 | 0.96 | 0 | 0.72 |
| HSL | 253.91º | 0.92% | 0.15% | - |
| HSV(B) | 253.91º | 0.96% | 0.28% | - |
| XYZ | 1.47 | 0.67 | 6.18 | - |
| YUV | 15.65 | 159.8 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 3 | 72 | 0.74 | 0.96 | 0 | 0.72 | 253.91 | 0.92 | 0.15 |
| Hex | 13 | 3 | 48 | 4A | 60 | 0 | 48 | FE | 5C | F |
| Octal | 23 | 3 | 110 | 112 | 140 | 0 | 110 | 376 | 134 | 17 |
| Binary | 10011 | 11 | 1001000 | 1001010 | 1100000 | 0 | 1001000 | 11111110 | 1011100 | 1111 |
Color Harmonies of #130348
Complementary color
Monochromatic Colors of #130348
Black with #130348
Text Example
Text Example
White with #130348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130348; }
p { color: rgb(19,3,72); }
H1.HeaderClassName
{
color: #130348;
}
.AnyTagClassName
{
color: #130348;
}
</style>
background-color css
<style>
a { background-color: #130348; }
a { background-color: rgb(19,3,72); }
div.DivClassName
{
background-color: #130348;
}
.BgClassName
{
background-color: #130348;
}
</style>
border-color css
<style>
span { border-color: #130348; }
span { border-color: rgb(19,3,72); }
td.TdClassName
{
border-color: #130348;
}
.TagClassName
{
border-color: #130348;
}
</style>