#311F53

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

Shades of Violent Violet #311F53

Tints of Violent Violet #311F53

Color information

#311F53 (or 0x311F53) is unknown color: approx Violent Violet. HEX triplet: 31, 1F and 53. RGB value is (49,31,83). Sum of RGB (Red+Green+Blue) = 49+31+83=163 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.06% from 163); Green value is 31 (12.5% from 255 or 19.02% from 163); Blue value is 83 (32.81% from 255 or 50.92% from 163); Max value from RGB is 83 - color contains mainly: blue. Hex color #311F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311F53 is #CEE0AC. Grayscale: #2A2A2A. Windows color (decimal): -13557933 or 5447473. OLE color: 5447473.

HSL color Cylindrical-coordinate representation of color #311F53: hue angle of 260.77º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #311F53 is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB493183-
CMYK0.410.6300.67
HSL260.77º45.61%22.35%-
HSV(B)260.77º62.65%32.55%-
XYZ3.322.268.44-
YUV42.31150.96132.77-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.06%
GREEN value IS 31 (12.5% from 255) = 19.02%
BLUE value IS 83 (32.81% from 255) = 50.92%
R=30.06%
G=19.02%
B=50.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4931830.410.6300.67260.7745.6122.35
Hex311F53293F0431052e16
Octal6137123517701034055626
Binary1100011111110100111010011111110100001110000010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311F53; }

 p { color: rgb(49,31,83); }

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

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

 a { background-color: rgb(49,31,83); }

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

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

 span { border-color: rgb(49,31,83); }

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