#342449

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

Shades of Violent Violet #342449

Tints of Violent Violet #342449

Color information

#342449 (or 0x342449) is unknown color: approx Violent Violet. HEX triplet: 34, 24 and 49. RGB value is (52,36,73). Sum of RGB (Red+Green+Blue) = 52+36+73=161 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.30% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 73 (28.91% from 255 or 45.34% from 161); Max value from RGB is 73 - color contains mainly: blue. Hex color #342449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342449 is #CBDBB6. Grayscale: #2C2C2C. Windows color (decimal): -13360055 or 4793396. OLE color: 4793396.

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

Color convert

RGB523673-
CMYK0.290.5100.71
HSL265.95º33.94%21.37%-
HSV(B)265.95º50.68%28.63%-
XYZ3.252.476.61-
YUV45143.8132.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.30%
GREEN value IS 36 (14.45% from 255) = 22.36%
BLUE value IS 73 (28.91% from 255) = 45.34%
R=32.30%
G=22.36%
B=45.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5236730.290.5100.71265.9533.9421.37
Hex3424491D3304710a2215
Octal6444111356301074124225
Binary1101001001001001001111011100110100011110000101010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342449; }

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

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

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

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

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

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

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

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