#341952

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

Shades of Violent Violet #341952

Tints of Violent Violet #341952

Color information

#341952 (or 0x341952) is unknown color: approx Violent Violet. HEX triplet: 34, 19 and 52. RGB value is (52,25,82). Sum of RGB (Red+Green+Blue) = 52+25+82=159 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.70% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 82 (32.42% from 255 or 51.57% from 159); Max value from RGB is 82 - color contains mainly: blue. Hex color #341952 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341952 is #CBE6AD. Grayscale: #272727. Windows color (decimal): -13362862 or 5380404. OLE color: 5380404.

HSL color Cylindrical-coordinate representation of color #341952: hue angle of 268.42º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #341952 is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB522582-
CMYK0.370.7000.68
HSL268.42º53.27%20.98%-
HSV(B)268.42º69.51%32.16%-
XYZ3.292.038.2-
YUV39.57151.95136.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.70%
GREEN value IS 25 (10.16% from 255) = 15.72%
BLUE value IS 82 (32.42% from 255) = 51.57%
R=32.70%
G=15.72%
B=51.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5225820.370.7000.68268.4253.2720.98
Hex341952254604410c3515
Octal64311224510601044146525
Binary11010011001101001010010110001100100010010000110011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341952; }

 p { color: rgb(52,25,82); }

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

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

 a { background-color: rgb(52,25,82); }

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

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

 span { border-color: rgb(52,25,82); }

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