#341F52

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

Shades of Violent Violet #341F52

Tints of Violent Violet #341F52

Color information

#341F52 (or 0x341F52) is unknown color: approx Violent Violet. HEX triplet: 34, 1F and 52. RGB value is (52,31,82). Sum of RGB (Red+Green+Blue) = 52+31+82=165 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.52% from 165); Green value is 31 (12.5% from 255 or 18.79% from 165); Blue value is 82 (32.42% from 255 or 49.70% from 165); Max value from RGB is 82 - color contains mainly: blue. Hex color #341F52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341F52 is #CBE0AD. Grayscale: #2A2A2A. Windows color (decimal): -13361326 or 5381940. OLE color: 5381940.

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

Color convert

RGB523182-
CMYK0.370.6200.68
HSL264.71º45.13%22.16%-
HSV(B)264.71º62.2%32.16%-
XYZ3.432.328.25-
YUV43.09149.96134.35-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.52%
GREEN value IS 31 (12.5% from 255) = 18.79%
BLUE value IS 82 (32.42% from 255) = 49.70%
R=31.52%
G=18.79%
B=49.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5231820.370.6200.68264.7145.1322.16
Hex341F52253E0441092d16
Octal6437122457601044115526
Binary1101001111110100101001011111100100010010000100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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