#130349

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

Shades of Violent Violet #130349

Tints of Violent Violet #130349

Color information

#130349 (or 0x130349) is unknown color: approx Violent Violet. HEX triplet: 13, 03 and 49. RGB value is (19,3,73). Sum of RGB (Red+Green+Blue) = 19+3+73=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 3 (1.56% from 255 or 3.16% from 95); Blue value is 73 (28.91% from 255 or 76.84% from 95); Max value from RGB is 73 - color contains mainly: blue. Hex color #130349 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130349 is #ECFCB6. Grayscale: #0F0F0F. Windows color (decimal): -15531191 or 4784915. OLE color: 4784915.

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

Color convert

RGB19373-
CMYK0.740.9600.71
HSL253.71º92.11%14.9%-
HSV(B)253.71º95.89%28.63%-
XYZ1.50.686.36-
YUV15.76160.3130.31-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20%
GREEN value IS 3 (1.56% from 255) = 3.16%
BLUE value IS 73 (28.91% from 255) = 76.84%
R=20%
G=3.16%
B=76.84%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal193730.740.9600.71253.7192.1114.9
Hex133494A60047fe5cf
Octal233111112140010737613417
Binary1001111100100110010101100000010001111111111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130349; }

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

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

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

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

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

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

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

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