#312847

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

Shades of Violent Violet #312847

Tints of Violent Violet #312847

Color information

#312847 (or 0x312847) is unknown color: approx Violent Violet. HEX triplet: 31, 28 and 47. RGB value is (49,40,71). Sum of RGB (Red+Green+Blue) = 49+40+71=160 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.62% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 71 (28.12% from 255 or 44.38% from 160); Max value from RGB is 71 - color contains mainly: blue. Hex color #312847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312847 is #CED7B8. Grayscale: #2E2E2E. Windows color (decimal): -13555641 or 4663345. OLE color: 4663345.

HSL color Cylindrical-coordinate representation of color #312847: hue angle of 257.42º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #312847 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB494071-
CMYK0.310.4400.72
HSL257.42º27.93%21.76%-
HSV(B)257.42º43.66%27.84%-
XYZ3.162.636.3-
YUV46.22141.98129.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.62%
GREEN value IS 40 (16.02% from 255) = 25%
BLUE value IS 71 (28.12% from 255) = 44.38%
R=30.62%
G=25%
B=44.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4940710.310.4400.72257.4227.9321.76
Hex3128471F2C0481011c16
Octal6150107375401104013426
Binary110001101000100011111111101100010010001000000011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312847; }

 p { color: rgb(49,40,71); }

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

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

 a { background-color: rgb(49,40,71); }

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

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

 span { border-color: rgb(49,40,71); }

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