#312051

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

Shades of Violent Violet #312051

Tints of Violent Violet #312051

Color information

#312051 (or 0x312051) is unknown color: approx Violent Violet. HEX triplet: 31, 20 and 51. RGB value is (49,32,81). Sum of RGB (Red+Green+Blue) = 49+32+81=162 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.25% from 162); Green value is 32 (12.89% from 255 or 19.75% from 162); Blue value is 81 (32.03% from 255 or 50% from 162); Max value from RGB is 81 - color contains mainly: blue. Hex color #312051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312051 is #CEDFAE. Grayscale: #2A2A2A. Windows color (decimal): -13557679 or 5316657. OLE color: 5316657.

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

Color convert

RGB493281-
CMYK0.400.6000.68
HSL260.82º43.36%22.16%-
HSV(B)260.82º60.49%31.76%-
XYZ3.272.288.05-
YUV42.67149.63132.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.25%
GREEN value IS 32 (12.89% from 255) = 19.75%
BLUE value IS 81 (32.03% from 255) = 50%
R=30.25%
G=19.75%
B=50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4932810.400.6000.68260.8243.3622.16
Hex312051283C0441052b16
Octal6140121507401044055326
Binary11000110000010100011010001111000100010010000010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312051; }

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

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

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

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

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

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

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

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