#311753

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

Shades of Violent Violet #311753

Tints of Violent Violet #311753

Color information

#311753 (or 0x311753) is unknown color: approx Violent Violet. HEX triplet: 31, 17 and 53. RGB value is (49,23,83). Sum of RGB (Red+Green+Blue) = 49+23+83=155 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.61% from 155); Green value is 23 (9.38% from 255 or 14.84% from 155); Blue value is 83 (32.81% from 255 or 53.55% from 155); Max value from RGB is 83 - color contains mainly: blue. Hex color #311753 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311753 is #CEE8AC. Grayscale: #252525. Windows color (decimal): -13559981 or 5445425. OLE color: 5445425.

HSL color Cylindrical-coordinate representation of color #311753: hue angle of 266º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #311753 is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB492383-
CMYK0.410.7200.67
HSL266º56.6%20.78%-
HSV(B)266º72.29%32.55%-
XYZ3.131.898.38-
YUV37.61153.61136.12-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.61%
GREEN value IS 23 (9.38% from 255) = 14.84%
BLUE value IS 83 (32.81% from 255) = 53.55%
R=31.61%
G=14.84%
B=53.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4923830.410.7200.6726656.620.78
Hex311753294804310a3915
Octal61271235111001034127125
Binary11000110111101001110100110010000100001110000101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311753; }

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

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

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

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

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

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

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

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