#311C50

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

Shades of Violent Violet #311C50

Tints of Violent Violet #311C50

Color information

#311C50 (or 0x311C50) is unknown color: approx Violent Violet. HEX triplet: 31, 1C and 50. RGB value is (49,28,80). Sum of RGB (Red+Green+Blue) = 49+28+80=157 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.21% from 157); Green value is 28 (11.33% from 255 or 17.83% from 157); Blue value is 80 (31.64% from 255 or 50.96% from 157); Max value from RGB is 80 - color contains mainly: blue. Hex color #311C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311C50 is #CEE3AF. Grayscale: #282828. Windows color (decimal): -13558704 or 5250097. OLE color: 5250097.

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

Color convert

RGB492880-
CMYK0.390.6500.69
HSL264.23º48.15%21.18%-
HSV(B)264.23º65%31.37%-
XYZ3.132.067.82-
YUV40.21150.46134.27-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.21%
GREEN value IS 28 (11.33% from 255) = 17.83%
BLUE value IS 80 (31.64% from 255) = 50.96%
R=31.21%
G=17.83%
B=50.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4928800.390.6500.69264.2348.1521.18
Hex311C5027410451083015
Octal61341204710101054106025
Binary11000111100101000010011110000010100010110000100011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,28,80); }

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

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

 a { background-color: rgb(49,28,80); }

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

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

 span { border-color: rgb(49,28,80); }

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