#342049

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

Shades of Violent Violet #342049

Tints of Violent Violet #342049

Color information

#342049 (or 0x342049) is unknown color: approx Violent Violet. HEX triplet: 34, 20 and 49. RGB value is (52,32,73). Sum of RGB (Red+Green+Blue) = 52+32+73=157 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.12% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 73 (28.91% from 255 or 46.50% from 157); Max value from RGB is 73 - color contains mainly: blue. Hex color #342049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342049 is #CBDFB6. Grayscale: #2A2A2A. Windows color (decimal): -13361079 or 4792372. OLE color: 4792372.

HSL color Cylindrical-coordinate representation of color #342049: hue angle of 269.27º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #342049 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB523273-
CMYK0.290.5600.71
HSL269.27º39.05%20.59%-
HSV(B)269.27º56.16%28.63%-
XYZ3.142.246.57-
YUV42.65145.13134.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.12%
GREEN value IS 32 (12.89% from 255) = 20.38%
BLUE value IS 73 (28.91% from 255) = 46.50%
R=33.12%
G=20.38%
B=46.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5232730.290.5600.71269.2739.0520.59
Hex3420491D3804710d2715
Octal6440111357001074154725
Binary1101001000001001001111011110000100011110000110110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342049; }

 p { color: rgb(52,32,73); }

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

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

 a { background-color: rgb(52,32,73); }

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

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

 span { border-color: rgb(52,32,73); }

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