#311F52

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

Shades of Violent Violet #311F52

Tints of Violent Violet #311F52

Color information

#311F52 (or 0x311F52) is unknown color: approx Violent Violet. HEX triplet: 31, 1F and 52. RGB value is (49,31,82). Sum of RGB (Red+Green+Blue) = 49+31+82=162 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.25% from 162); Green value is 31 (12.5% from 255 or 19.14% from 162); Blue value is 82 (32.42% from 255 or 50.62% from 162); Max value from RGB is 82 - color contains mainly: blue. Hex color #311F52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311F52 is #CEE0AD. Grayscale: #2A2A2A. Windows color (decimal): -13557934 or 5381937. OLE color: 5381937.

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

Color convert

RGB493182-
CMYK0.400.6200.68
HSL261.18º45.13%22.16%-
HSV(B)261.18º62.2%32.16%-
XYZ3.282.248.24-
YUV42.2150.46132.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.25%
GREEN value IS 31 (12.5% from 255) = 19.14%
BLUE value IS 82 (32.42% from 255) = 50.62%
R=30.25%
G=19.14%
B=50.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4931820.400.6200.68261.1845.1322.16
Hex311F52283E0441052d16
Octal6137122507601044055526
Binary1100011111110100101010001111100100010010000010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,31,82); }

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

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

 a { background-color: rgb(49,31,82); }

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

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

 span { border-color: rgb(49,31,82); }

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