#341E4C

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

Shades of Violent Violet #341E4C

Tints of Violent Violet #341E4C

Color information

#341E4C (or 0x341E4C) is unknown color: approx Violent Violet. HEX triplet: 34, 1E and 4C. RGB value is (52,30,76). Sum of RGB (Red+Green+Blue) = 52+30+76=158 (20% of max value = 765). Red value is 52 (20.70% from 255 or 32.91% from 158); Green value is 30 (12.11% from 255 or 18.99% from 158); Blue value is 76 (30.08% from 255 or 48.10% from 158); Max value from RGB is 76 - color contains mainly: blue. Hex color #341E4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341E4C is #CBE1B3. Grayscale: #292929. Windows color (decimal): -13361588 or 4988468. OLE color: 4988468.

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

Color convert

RGB523076-
CMYK0.320.6100.70
HSL268.7º43.4%20.78%-
HSV(B)268.7º60.53%29.8%-
XYZ3.182.187.09-
YUV41.82147.29135.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.91%
GREEN value IS 30 (12.11% from 255) = 18.99%
BLUE value IS 76 (30.08% from 255) = 48.10%
R=32.91%
G=18.99%
B=48.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5230760.320.6100.70268.743.420.78
Hex341E4C203D04610d2b15
Octal6436114407501064155325
Binary1101001111010011001000001111010100011010000110110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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