#331950

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

Shades of Violent Violet #331950

Tints of Violent Violet #331950

Color information

#331950 (or 0x331950) is unknown color: approx Violent Violet. HEX triplet: 33, 19 and 50. RGB value is (51,25,80). Sum of RGB (Red+Green+Blue) = 51+25+80=156 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.69% from 156); Green value is 25 (10.16% from 255 or 16.03% from 156); Blue value is 80 (31.64% from 255 or 51.28% from 156); Max value from RGB is 80 - color contains mainly: blue. Hex color #331950 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331950 is #CCE6AF. Grayscale: #262626. Windows color (decimal): -13428400 or 5249331. OLE color: 5249331.

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

Color convert

RGB512580-
CMYK0.360.6900.69
HSL268.36º52.38%20.59%-
HSV(B)268.36º68.75%31.37%-
XYZ3.161.987.8-
YUV39.04151.11136.53-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 32.69%
GREEN value IS 25 (10.16% from 255) = 16.03%
BLUE value IS 80 (31.64% from 255) = 51.28%
R=32.69%
G=16.03%
B=51.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5125800.360.6900.69268.3652.3820.59
Hex331950244504510c3415
Octal63311204410501054146425
Binary11001111001101000010010010001010100010110000110011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331950; }

 p { color: rgb(51,25,80); }

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

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

 a { background-color: rgb(51,25,80); }

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

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

 span { border-color: rgb(51,25,80); }

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