Shades of Violent Violet #130441
Tints of Violent Violet #130441
RGB
CMYK
RGB Variations
Color information
#130441 (or 0x130441) is known color: Violent Violet. HEX triplet: 13, 04 and 41. RGB value is (19,4,65). Sum of RGB (Red+Green+Blue) = 19+4+65=88 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.59% from 88); Green value is 4 (1.95% from 255 or 4.55% from 88); Blue value is 65 (25.78% from 255 or 73.86% from 88); Max value from RGB is 65 - color contains mainly: blue. Hex color #130441 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130441 is #ECFBBE. Grayscale: #0F0F0F. Windows color (decimal): -15530943 or 4260883. OLE color: 4260883.
HSL color Cylindrical-coordinate representation of color #130441: hue angle of 254.75º 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 #130441 is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 4 | 65 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.75 |
| HSL | 254.75º | 0.88% | 0.14% | - |
| HSV(B) | 254.75º | 0.94% | 0.25% | - |
| XYZ | 1.27 | 0.61 | 5.05 | - |
| YUV | 15.44 | 155.97 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 4 | 65 | 0.71 | 0.94 | 0 | 0.75 | 254.75 | 0.88 | 0.14 |
| Hex | 13 | 4 | 41 | 47 | 5E | 0 | 4B | FF | 58 | E |
| Octal | 23 | 4 | 101 | 107 | 136 | 0 | 113 | 377 | 130 | 16 |
| Binary | 10011 | 100 | 1000001 | 1000111 | 1011110 | 0 | 1001011 | 11111111 | 1011000 | 1110 |
Color Harmonies of #130441
Complementary color
Monochromatic Colors of #130441
Black with #130441
Text Example
Text Example
White with #130441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130441; }
p { color: rgb(19,4,65); }
H1.HeaderClassName
{
color: #130441;
}
.AnyTagClassName
{
color: #130441;
}
</style>
background-color css
<style>
a { background-color: #130441; }
a { background-color: rgb(19,4,65); }
div.DivClassName
{
background-color: #130441;
}
.BgClassName
{
background-color: #130441;
}
</style>
border-color css
<style>
span { border-color: #130441; }
span { border-color: rgb(19,4,65); }
td.TdClassName
{
border-color: #130441;
}
.TagClassName
{
border-color: #130441;
}
</style>