#342649

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

Shades of Violent Violet #342649

Tints of Violent Violet #342649

Color information

#342649 (or 0x342649) is unknown color: approx Violent Violet. HEX triplet: 34, 26 and 49. RGB value is (52,38,73). Sum of RGB (Red+Green+Blue) = 52+38+73=163 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.90% from 163); Green value is 38 (15.23% from 255 or 23.31% from 163); Blue value is 73 (28.91% from 255 or 44.79% from 163); Max value from RGB is 73 - color contains mainly: blue. Hex color #342649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342649 is #CBD9B6. Grayscale: #2E2E2E. Windows color (decimal): -13359543 or 4793908. OLE color: 4793908.

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

Color convert

RGB523873-
CMYK0.290.4800.71
HSL264º31.53%21.76%-
HSV(B)264º47.95%28.63%-
XYZ3.312.66.63-
YUV46.18143.14132.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.90%
GREEN value IS 38 (15.23% from 255) = 23.31%
BLUE value IS 73 (28.91% from 255) = 44.79%
R=31.90%
G=23.31%
B=44.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5238730.290.4800.7126431.5321.76
Hex3426491D300471082016
Octal6446111356001074104026
Binary1101001001101001001111011100000100011110000100010000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342649; }

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

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

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

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

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

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

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

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