#130449

Color #130449 Violent Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violent Violet #130449

Tints of Violent Violet #130449

Color information

#130449 (or 0x130449) is unknown color: approx Violent Violet. HEX triplet: 13, 04 and 49. RGB value is (19,4,73). Sum of RGB (Red+Green+Blue) = 19+4+73=96 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.79% from 96); Green value is 4 (1.95% from 255 or 4.17% from 96); Blue value is 73 (28.91% from 255 or 76.04% from 96); Max value from RGB is 73 - color contains mainly: blue. Hex color #130449 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130449 is #ECFBB6. Grayscale: #101010. Windows color (decimal): -15530935 or 4785171. OLE color: 4785171.

HSL color Cylindrical-coordinate representation of color #130449: hue angle of 253.04º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130449 is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB19473-
CMYK0.740.9500.71
HSL253.04º89.61%15.1%-
HSV(B)253.04º94.52%28.63%-
XYZ1.510.716.36-
YUV16.35159.97129.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 19 (7.81% from 255) = 19.79%
GREEN value IS 4 (1.95% from 255) = 4.17%
BLUE value IS 73 (28.91% from 255) = 76.04%
R=19.79%
G=4.17%
B=76.04%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal194730.740.9500.71253.0489.6115.1
Hex134494A5F047fd5af
Octal234111112137010737513217
Binary10011100100100110010101011111010001111111110110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130449; }

 p { color: rgb(19,4,73); }

 H1.HeaderClassName
 {
   color: #130449;
 }
 .AnyTagClassName
 {
   color: #130449;
 }
</style>
background-color css

<style>
 a { background-color: #130449; }

 a { background-color: rgb(19,4,73); }

 div.DivClassName
 {
   background-color: #130449;
 }
 .BgClassName
 {
   background-color: #130449;
 }
</style>
border-color css

<style>
 span { border-color: #130449; }

 span { border-color: rgb(19,4,73); }

 td.TdClassName
 {
   border-color: #130449;
 }
 .TagClassName
 {
   border-color: #130449;
 }
</style>