#341D50

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

Shades of Violent Violet #341D50

Tints of Violent Violet #341D50

Color information

#341D50 (or 0x341D50) is unknown color: approx Violent Violet. HEX triplet: 34, 1D and 50. RGB value is (52,29,80). Sum of RGB (Red+Green+Blue) = 52+29+80=161 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.30% from 161); Green value is 29 (11.72% from 255 or 18.01% from 161); Blue value is 80 (31.64% from 255 or 49.69% from 161); Max value from RGB is 80 - color contains mainly: blue. Hex color #341D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341D50 is #CBE2AF. Grayscale: #292929. Windows color (decimal): -13361840 or 5250356. OLE color: 5250356.

HSL color Cylindrical-coordinate representation of color #341D50: hue angle of 267.06º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #341D50 is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB522980-
CMYK0.350.6400.69
HSL267.06º46.79%21.37%-
HSV(B)267.06º63.75%31.37%-
XYZ3.32.197.84-
YUV41.69149.62135.35-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.30%
GREEN value IS 29 (11.72% from 255) = 18.01%
BLUE value IS 80 (31.64% from 255) = 49.69%
R=32.30%
G=18.01%
B=49.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5229800.350.6400.69267.0646.7921.37
Hex341D50234004510b2f15
Octal64351204310001054135725
Binary11010011101101000010001110000000100010110000101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,29,80); }

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

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

 a { background-color: rgb(52,29,80); }

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

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

 span { border-color: rgb(52,29,80); }

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