#312151

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

Shades of Violent Violet #312151

Tints of Violent Violet #312151

Color information

#312151 (or 0x312151) is unknown color: approx Violent Violet. HEX triplet: 31, 21 and 51. RGB value is (49,33,81). Sum of RGB (Red+Green+Blue) = 49+33+81=163 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.06% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 81 (32.03% from 255 or 49.69% from 163); Max value from RGB is 81 - color contains mainly: blue. Hex color #312151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312151 is #CEDEAE. Grayscale: #2B2B2B. Windows color (decimal): -13557423 or 5316913. OLE color: 5316913.

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

Color convert

RGB493381-
CMYK0.400.5900.68
HSL260º42.11%22.35%-
HSV(B)260º59.26%31.76%-
XYZ3.32.338.06-
YUV43.26149.3132.1-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.06%
GREEN value IS 33 (13.28% from 255) = 20.25%
BLUE value IS 81 (32.03% from 255) = 49.69%
R=30.06%
G=20.25%
B=49.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4933810.400.5900.6826042.1122.35
Hex312151283B0441042a16
Octal6141121507301044045226
Binary11000110000110100011010001110110100010010000010010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312151; }

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

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

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

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

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

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

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

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