#342749

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

Shades of Violent Violet #342749

Tints of Violent Violet #342749

Color information

#342749 (or 0x342749) is unknown color: approx Violent Violet. HEX triplet: 34, 27 and 49. RGB value is (52,39,73). Sum of RGB (Red+Green+Blue) = 52+39+73=164 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.71% from 164); Green value is 39 (15.62% from 255 or 23.78% from 164); Blue value is 73 (28.91% from 255 or 44.51% from 164); Max value from RGB is 73 - color contains mainly: blue. Hex color #342749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342749 is #CBD8B6. Grayscale: #2E2E2E. Windows color (decimal): -13359287 or 4794164. OLE color: 4794164.

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

Color convert

RGB523973-
CMYK0.290.4700.71
HSL262.94º30.36%21.96%-
HSV(B)262.94º46.58%28.63%-
XYZ3.342.666.64-
YUV46.76142.81131.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.71%
GREEN value IS 39 (15.62% from 255) = 23.78%
BLUE value IS 73 (28.91% from 255) = 44.51%
R=31.71%
G=23.78%
B=44.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5239730.290.4700.71262.9430.3621.96
Hex3427491D2F0471071e16
Octal6447111355701074073626
Binary110100100111100100111101101111010001111000001111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342749; }

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

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

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

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

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

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

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

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