#331E52

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

Shades of Violent Violet #331E52

Tints of Violent Violet #331E52

Color information

#331E52 (or 0x331E52) is unknown color: approx Violent Violet. HEX triplet: 33, 1E and 52. RGB value is (51,30,82). Sum of RGB (Red+Green+Blue) = 51+30+82=163 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.29% from 163); Green value is 30 (12.11% from 255 or 18.40% 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 #331E52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331E52 is #CCE1AD. Grayscale: #2A2A2A. Windows color (decimal): -13427118 or 5381683. OLE color: 5381683.

HSL color Cylindrical-coordinate representation of color #331E52: hue angle of 264.23º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #331E52 is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB513082-
CMYK0.380.6300.68
HSL264.23º46.43%21.96%-
HSV(B)264.23º63.41%32.16%-
XYZ3.352.248.24-
YUV42.21150.46134.27-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.29%
GREEN value IS 30 (12.11% from 255) = 18.40%
BLUE value IS 82 (32.42% from 255) = 50.31%
R=31.29%
G=18.40%
B=50.31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5130820.380.6300.68264.2346.4321.96
Hex331E52263F0441082e16
Octal6336122467701044105626
Binary1100111111010100101001101111110100010010000100010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331E52; }

 p { color: rgb(51,30,82); }

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

<style>
 a { background-color: #331E52; }

 a { background-color: rgb(51,30,82); }

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

<style>
 span { border-color: #331E52; }

 span { border-color: rgb(51,30,82); }

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