#341F4C

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

Shades of Violent Violet #341F4C

Tints of Violent Violet #341F4C

Color information

#341F4C (or 0x341F4C) is unknown color: approx Violent Violet. HEX triplet: 34, 1F and 4C. RGB value is (52,31,76). Sum of RGB (Red+Green+Blue) = 52+31+76=159 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.70% from 159); Green value is 31 (12.5% from 255 or 19.50% from 159); Blue value is 76 (30.08% from 255 or 47.80% from 159); Max value from RGB is 76 - color contains mainly: blue. Hex color #341F4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341F4C is #CBE0B3. Grayscale: #2A2A2A. Windows color (decimal): -13361332 or 4988724. OLE color: 4988724.

HSL color Cylindrical-coordinate representation of color #341F4C: hue angle of 268º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #341F4C is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB523176-
CMYK0.320.5900.70
HSL268º42.06%20.98%-
HSV(B)268º59.21%29.8%-
XYZ3.212.237.1-
YUV42.41146.96134.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.70%
GREEN value IS 31 (12.5% from 255) = 19.50%
BLUE value IS 76 (30.08% from 255) = 47.80%
R=32.70%
G=19.50%
B=47.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5231760.320.5900.7026842.0620.98
Hex341F4C203B04610c2a15
Octal6437114407301064145225
Binary1101001111110011001000001110110100011010000110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341F4C; }

 p { color: rgb(52,31,76); }

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

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

 a { background-color: rgb(52,31,76); }

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

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

 span { border-color: rgb(52,31,76); }

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