#342948

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

Shades of Violent Violet #342948

Tints of Violent Violet #342948

Color information

#342948 (or 0x342948) is unknown color: approx Violent Violet. HEX triplet: 34, 29 and 48. RGB value is (52,41,72). Sum of RGB (Red+Green+Blue) = 52+41+72=165 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.52% from 165); Green value is 41 (16.41% from 255 or 24.85% from 165); Blue value is 72 (28.52% from 255 or 43.64% from 165); Max value from RGB is 72 - color contains mainly: blue. Hex color #342948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342948 is #CBD6B7. Grayscale: #2F2F2F. Windows color (decimal): -13358776 or 4729140. OLE color: 4729140.

HSL color Cylindrical-coordinate representation of color #342948: hue angle of 261.29º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #342948 is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB524172-
CMYK0.280.4300.72
HSL261.29º27.43%22.16%-
HSV(B)261.29º43.06%28.24%-
XYZ3.382.786.49-
YUV47.82141.64130.98-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.52%
GREEN value IS 41 (16.41% from 255) = 24.85%
BLUE value IS 72 (28.52% from 255) = 43.64%
R=31.52%
G=24.85%
B=43.64%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5241720.280.4300.72261.2927.4322.16
Hex3429481C2B0481051b16
Octal6451110345301104053326
Binary110100101001100100011100101011010010001000001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342948; }

 p { color: rgb(52,41,72); }

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

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

 a { background-color: rgb(52,41,72); }

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

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

 span { border-color: rgb(52,41,72); }

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