#312053

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

Shades of Violent Violet #312053

Tints of Violent Violet #312053

Color information

#312053 (or 0x312053) is unknown color: approx Violent Violet. HEX triplet: 31, 20 and 53. RGB value is (49,32,83). Sum of RGB (Red+Green+Blue) = 49+32+83=164 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.88% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 83 (32.81% from 255 or 50.61% from 164); Max value from RGB is 83 - color contains mainly: blue. Hex color #312053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312053 is #CEDFAC. Grayscale: #2A2A2A. Windows color (decimal): -13557677 or 5447729. OLE color: 5447729.

HSL color Cylindrical-coordinate representation of color #312053: hue angle of 260º 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 #312053 is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB493283-
CMYK0.410.6100.67
HSL260º44.35%22.55%-
HSV(B)260º61.45%32.55%-
XYZ3.342.318.45-
YUV42.9150.63132.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.88%
GREEN value IS 32 (12.89% from 255) = 19.51%
BLUE value IS 83 (32.81% from 255) = 50.61%
R=29.88%
G=19.51%
B=50.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4932830.410.6100.6726044.3522.55
Hex312053293D0431042c17
Octal6140123517501034045427
Binary11000110000010100111010011111010100001110000010010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312053; }

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

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

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

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

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

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

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

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