#342249

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

Shades of Violent Violet #342249

Tints of Violent Violet #342249

Color information

#342249 (or 0x342249) is unknown color: approx Violent Violet. HEX triplet: 34, 22 and 49. RGB value is (52,34,73). Sum of RGB (Red+Green+Blue) = 52+34+73=159 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.70% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 73 (28.91% from 255 or 45.91% from 159); Max value from RGB is 73 - color contains mainly: blue. Hex color #342249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342249 is #CBDDB6. Grayscale: #2B2B2B. Windows color (decimal): -13360567 or 4792884. OLE color: 4792884.

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

Color convert

RGB523473-
CMYK0.290.5300.71
HSL267.69º36.45%20.98%-
HSV(B)267.69º53.42%28.63%-
XYZ3.192.366.59-
YUV43.83144.46133.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.70%
GREEN value IS 34 (13.67% from 255) = 21.38%
BLUE value IS 73 (28.91% from 255) = 45.91%
R=32.70%
G=21.38%
B=45.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5234730.290.5300.71267.6936.4520.98
Hex3422491D3504710c2415
Octal6442111356501074144425
Binary1101001000101001001111011101010100011110000110010010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342249; }

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

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

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

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

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

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

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

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