#311D4F

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

Shades of Violent Violet #311D4F

Tints of Violent Violet #311D4F

Color information

#311D4F (or 0x311D4F) is unknown color: approx Violent Violet. HEX triplet: 31, 1D and 4F. RGB value is (49,29,79). Sum of RGB (Red+Green+Blue) = 49+29+79=157 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.21% from 157); Green value is 29 (11.72% from 255 or 18.47% from 157); Blue value is 79 (31.25% from 255 or 50.32% from 157); Max value from RGB is 79 - color contains mainly: blue. Hex color #311D4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311D4F is #CEE2B0. Grayscale: #282828. Windows color (decimal): -13558449 or 5184817. OLE color: 5184817.

HSL color Cylindrical-coordinate representation of color #311D4F: hue angle of 264º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #311D4F is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB492979-
CMYK0.380.6300.69
HSL264º46.3%21.18%-
HSV(B)264º63.29%30.98%-
XYZ3.122.17.64-
YUV40.68149.63133.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.21%
GREEN value IS 29 (11.72% from 255) = 18.47%
BLUE value IS 79 (31.25% from 255) = 50.32%
R=31.21%
G=18.47%
B=50.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4929790.380.6300.6926446.321.18
Hex311D4F263F0451082e15
Octal6135117467701054105625
Binary1100011110110011111001101111110100010110000100010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,29,79); }

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

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

 a { background-color: rgb(49,29,79); }

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

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

 span { border-color: rgb(49,29,79); }

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