#311C51

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

Shades of Violent Violet #311C51

Tints of Violent Violet #311C51

Color information

#311C51 (or 0x311C51) is unknown color: approx Violent Violet. HEX triplet: 31, 1C and 51. RGB value is (49,28,81). Sum of RGB (Red+Green+Blue) = 49+28+81=158 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.01% from 158); Green value is 28 (11.33% from 255 or 17.72% from 158); Blue value is 81 (32.03% from 255 or 51.27% from 158); Max value from RGB is 81 - color contains mainly: blue. Hex color #311C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311C51 is #CEE3AE. Grayscale: #282828. Windows color (decimal): -13558703 or 5315633. OLE color: 5315633.

HSL color Cylindrical-coordinate representation of color #311C51: hue angle of 263.77º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #311C51 is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB492881-
CMYK0.400.6500.68
HSL263.77º48.62%21.37%-
HSV(B)263.77º65.43%31.76%-
XYZ3.172.088.02-
YUV40.32150.96134.19-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.01%
GREEN value IS 28 (11.33% from 255) = 17.72%
BLUE value IS 81 (32.03% from 255) = 51.27%
R=31.01%
G=17.72%
B=51.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4928810.400.6500.68263.7748.6221.37
Hex311C5128410441083115
Octal61341215010101044106125
Binary11000111100101000110100010000010100010010000100011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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