#312050

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

Shades of Violent Violet #312050

Tints of Violent Violet #312050

Color information

#312050 (or 0x312050) is unknown color: approx Violent Violet. HEX triplet: 31, 20 and 50. RGB value is (49,32,80). Sum of RGB (Red+Green+Blue) = 49+32+80=161 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.43% from 161); Green value is 32 (12.89% from 255 or 19.88% 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 #312050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312050 is #CEDFAF. Grayscale: #2A2A2A. Windows color (decimal): -13557680 or 5251121. OLE color: 5251121.

HSL color Cylindrical-coordinate representation of color #312050: hue angle of 261.25º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #312050 is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB493280-
CMYK0.390.6000.69
HSL261.25º42.86%21.96%-
HSV(B)261.25º60%31.37%-
XYZ3.232.277.86-
YUV42.56149.13132.6-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.43%
GREEN value IS 32 (12.89% from 255) = 19.88%
BLUE value IS 80 (31.64% from 255) = 49.69%
R=30.43%
G=19.88%
B=49.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4932800.390.6000.69261.2542.8621.96
Hex312050273C0451052b16
Octal6140120477401054055326
Binary11000110000010100001001111111000100010110000010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312050; }

 p { color: rgb(49,32,80); }

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

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

 a { background-color: rgb(49,32,80); }

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

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

 span { border-color: rgb(49,32,80); }

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