#311B52

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

Shades of Violent Violet #311B52

Tints of Violent Violet #311B52

Color information

#311B52 (or 0x311B52) is unknown color: approx Violent Violet. HEX triplet: 31, 1B and 52. RGB value is (49,27,82). Sum of RGB (Red+Green+Blue) = 49+27+82=158 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.01% from 158); Green value is 27 (10.94% from 255 or 17.09% from 158); Blue value is 82 (32.42% from 255 or 51.90% from 158); Max value from RGB is 82 - color contains mainly: blue. Hex color #311B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311B52 is #CEE4AD. Grayscale: #272727. Windows color (decimal): -13558958 or 5380913. OLE color: 5380913.

HSL color Cylindrical-coordinate representation of color #311B52: hue angle of 264º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #311B52 is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB492782-
CMYK0.400.6700.68
HSL264º50.46%21.37%-
HSV(B)264º67.07%32.16%-
XYZ3.182.058.21-
YUV39.85151.79134.53-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.01%
GREEN value IS 27 (10.94% from 255) = 17.09%
BLUE value IS 82 (32.42% from 255) = 51.90%
R=31.01%
G=17.09%
B=51.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4927820.400.6700.6826450.4621.37
Hex311B5228430441083215
Octal61331225010301044106225
Binary11000111011101001010100010000110100010010000100011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,27,82); }

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

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

 a { background-color: rgb(49,27,82); }

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

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

 span { border-color: rgb(49,27,82); }

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