#342349

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

Shades of Violent Violet #342349

Tints of Violent Violet #342349

Color information

#342349 (or 0x342349) is unknown color: approx Violent Violet. HEX triplet: 34, 23 and 49. RGB value is (52,35,73). Sum of RGB (Red+Green+Blue) = 52+35+73=160 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.5% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 73 (28.91% from 255 or 45.62% from 160); Max value from RGB is 73 - color contains mainly: blue. Hex color #342349 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342349 is #CBDCB6. Grayscale: #2C2C2C. Windows color (decimal): -13360311 or 4793140. OLE color: 4793140.

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

Color convert

RGB523573-
CMYK0.290.5200.71
HSL266.84º35.19%21.18%-
HSV(B)266.84º52.05%28.63%-
XYZ3.222.416.6-
YUV44.42144.13133.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.5%
GREEN value IS 35 (14.06% from 255) = 21.88%
BLUE value IS 73 (28.91% from 255) = 45.62%
R=32.5%
G=21.88%
B=45.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5235730.290.5200.71266.8435.1921.18
Hex3423491D3404710b2315
Octal6443111356401074134325
Binary1101001000111001001111011101000100011110000101110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342349; }

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

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

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

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

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

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

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

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