#341D52

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

Shades of Violent Violet #341D52

Tints of Violent Violet #341D52

Color information

#341D52 (or 0x341D52) is unknown color: approx Violent Violet. HEX triplet: 34, 1D and 52. RGB value is (52,29,82). Sum of RGB (Red+Green+Blue) = 52+29+82=163 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.90% from 163); Green value is 29 (11.72% from 255 or 17.79% from 163); Blue value is 82 (32.42% from 255 or 50.31% from 163); Max value from RGB is 82 - color contains mainly: blue. Hex color #341D52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341D52 is #CBE2AD. Grayscale: #292929. Windows color (decimal): -13361838 or 5381428. OLE color: 5381428.

HSL color Cylindrical-coordinate representation of color #341D52: hue angle of 266.04º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #341D52 is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB522982-
CMYK0.370.6500.68
HSL266.04º47.75%21.76%-
HSV(B)266.04º64.63%32.16%-
XYZ3.382.228.23-
YUV41.92150.62135.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.90%
GREEN value IS 29 (11.72% from 255) = 17.79%
BLUE value IS 82 (32.42% from 255) = 50.31%
R=31.90%
G=17.79%
B=50.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5229820.370.6500.68266.0447.7521.76
Hex341D52254104410a3016
Octal64351224510101044126026
Binary11010011101101001010010110000010100010010000101011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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