#311B49

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

Shades of Violent Violet #311B49

Tints of Violent Violet #311B49

Color information

#311B49 (or 0x311B49) is unknown color: approx Violent Violet. HEX triplet: 31, 1B and 49. RGB value is (49,27,73). Sum of RGB (Red+Green+Blue) = 49+27+73=149 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.89% from 149); Green value is 27 (10.94% from 255 or 18.12% from 149); Blue value is 73 (28.91% from 255 or 48.99% from 149); Max value from RGB is 73 - color contains mainly: blue. Hex color #311B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311B49 is #CEE4B6. Grayscale: #262626. Windows color (decimal): -13558967 or 4791089. OLE color: 4791089.

HSL color Cylindrical-coordinate representation of color #311B49: hue angle of 268.7º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #311B49 is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB492773-
CMYK0.330.6300.71
HSL268.7º46%19.61%-
HSV(B)268.7º63.01%28.63%-
XYZ2.861.926.52-
YUV38.82147.29135.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.89%
GREEN value IS 27 (10.94% from 255) = 18.12%
BLUE value IS 73 (28.91% from 255) = 48.99%
R=32.89%
G=18.12%
B=48.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4927730.330.6300.71268.74619.61
Hex311B49213F04710d2e14
Octal6133111417701074155624
Binary1100011101110010011000011111110100011110000110110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,27,73); }

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

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

 a { background-color: rgb(49,27,73); }

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

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

 span { border-color: rgb(49,27,73); }

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