#311F4D

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

Shades of Violent Violet #311F4D

Tints of Violent Violet #311F4D

Color information

#311F4D (or 0x311F4D) is unknown color: approx Violent Violet. HEX triplet: 31, 1F and 4D. RGB value is (49,31,77). Sum of RGB (Red+Green+Blue) = 49+31+77=157 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.21% from 157); Green value is 31 (12.5% from 255 or 19.75% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #311F4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311F4D is #CEE0B2. Grayscale: #292929. Windows color (decimal): -13557939 or 5054257. OLE color: 5054257.

HSL color Cylindrical-coordinate representation of color #311F4D: hue angle of 263.48º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #311F4D is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB493177-
CMYK0.360.6000.70
HSL263.48º42.59%21.18%-
HSV(B)263.48º59.74%30.2%-
XYZ3.12.177.28-
YUV41.63147.96133.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.21%
GREEN value IS 31 (12.5% from 255) = 19.75%
BLUE value IS 77 (30.47% from 255) = 49.04%
R=31.21%
G=19.75%
B=49.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4931770.360.6000.70263.4842.5921.18
Hex311F4D243C0461072b15
Octal6137115447401064075325
Binary1100011111110011011001001111000100011010000011110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311F4D; }

 p { color: rgb(49,31,77); }

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

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

 a { background-color: rgb(49,31,77); }

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

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

 span { border-color: rgb(49,31,77); }

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