#312049

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

Shades of Violent Violet #312049

Tints of Violent Violet #312049

Color information

#312049 (or 0x312049) is unknown color: approx Violent Violet. HEX triplet: 31, 20 and 49. RGB value is (49,32,73). Sum of RGB (Red+Green+Blue) = 49+32+73=154 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.82% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 73 (28.91% from 255 or 47.40% from 154); Max value from RGB is 73 - color contains mainly: blue. Hex color #312049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312049 is #CEDFB6. Grayscale: #292929. Windows color (decimal): -13557687 or 4792369. OLE color: 4792369.

HSL color Cylindrical-coordinate representation of color #312049: hue angle of 264.88º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #312049 is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB493273-
CMYK0.330.5600.71
HSL264.88º39.05%20.59%-
HSV(B)264.88º56.16%28.63%-
XYZ2.992.176.56-
YUV41.76145.63133.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.82%
GREEN value IS 32 (12.89% from 255) = 20.78%
BLUE value IS 73 (28.91% from 255) = 47.40%
R=31.82%
G=20.78%
B=47.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4932730.330.5600.71264.8839.0520.59
Hex31204921380471092715
Octal6140111417001074114725
Binary11000110000010010011000011110000100011110000100110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312049; }

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

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

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

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

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

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

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

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