#312155

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

Shades of Violent Violet #312155

Tints of Violent Violet #312155

Color information

#312155 (or 0x312155) is unknown color: approx Violent Violet. HEX triplet: 31, 21 and 55. RGB value is (49,33,85). Sum of RGB (Red+Green+Blue) = 49+33+85=167 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.34% from 167); Green value is 33 (13.28% from 255 or 19.76% from 167); Blue value is 85 (33.59% from 255 or 50.90% from 167); Max value from RGB is 85 - color contains mainly: blue. Hex color #312155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312155 is #CEDEAA. Grayscale: #2B2B2B. Windows color (decimal): -13557419 or 5579057. OLE color: 5579057.

HSL color Cylindrical-coordinate representation of color #312155: hue angle of 258.46º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #312155 is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB493385-
CMYK0.420.6100.67
HSL258.46º44.07%23.14%-
HSV(B)258.46º61.18%33.33%-
XYZ3.452.48.88-
YUV43.71151.3131.77-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.34%
GREEN value IS 33 (13.28% from 255) = 19.76%
BLUE value IS 85 (33.59% from 255) = 50.90%
R=29.34%
G=19.76%
B=50.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4933850.420.6100.67258.4644.0723.14
Hex3121552A3D0431022c17
Octal6141125527501034025427
Binary11000110000110101011010101111010100001110000001010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312155; }

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

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

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

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

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

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

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

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