#311C55

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

Shades of Violent Violet #311C55

Tints of Violent Violet #311C55

Color information

#311C55 (or 0x311C55) is unknown color: approx Violent Violet. HEX triplet: 31, 1C and 55. RGB value is (49,28,85). Sum of RGB (Red+Green+Blue) = 49+28+85=162 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.25% from 162); Green value is 28 (11.33% from 255 or 17.28% from 162); Blue value is 85 (33.59% from 255 or 52.47% from 162); Max value from RGB is 85 - color contains mainly: blue. Hex color #311C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311C55 is #CEE3AA. Grayscale: #282828. Windows color (decimal): -13558699 or 5577777. OLE color: 5577777.

HSL color Cylindrical-coordinate representation of color #311C55: hue angle of 262.11º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #311C55 is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB492885-
CMYK0.420.6700.67
HSL262.11º50.44%22.16%-
HSV(B)262.11º67.06%33.33%-
XYZ3.322.148.83-
YUV40.78152.96133.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.25%
GREEN value IS 28 (11.33% from 255) = 17.28%
BLUE value IS 85 (33.59% from 255) = 52.47%
R=30.25%
G=17.28%
B=52.47%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4928850.420.6700.67262.1150.4422.16
Hex311C552A430431063216
Octal61341255210301034066226
Binary11000111100101010110101010000110100001110000011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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