#130346

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

Shades of Violent Violet #130346

Tints of Violent Violet #130346

Color information

#130346 (or 0x130346) is unknown color: approx Violent Violet. HEX triplet: 13, 03 and 46. RGB value is (19,3,70). Sum of RGB (Red+Green+Blue) = 19+3+70=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 70 (27.73% from 255 or 76.09% from 92); Max value from RGB is 70 - color contains mainly: blue. Hex color #130346 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130346 is #ECFCB9. Grayscale: #0F0F0F. Windows color (decimal): -15531194 or 4588307. OLE color: 4588307.

HSL color Cylindrical-coordinate representation of color #130346: hue angle of 254.33º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #130346 is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB19370-
CMYK0.730.9600.73
HSL254.33º91.78%14.31%-
HSV(B)254.33º95.71%27.45%-
XYZ1.410.655.84-
YUV15.42158.8130.55-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.65%
GREEN value IS 3 (1.56% from 255) = 3.26%
BLUE value IS 70 (27.73% from 255) = 76.09%
R=20.65%
G=3.26%
B=76.09%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal193700.730.9600.73254.3391.7814.31
Hex133464960049fe5ce
Octal233106111140011137613416
Binary1001111100011010010011100000010010011111111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130346; }

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

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

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

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

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

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

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

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