#311552

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

Shades of Violent Violet #311552

Tints of Violent Violet #311552

Color information

#311552 (or 0x311552) is unknown color: approx Violent Violet. HEX triplet: 31, 15 and 52. RGB value is (49,21,82). Sum of RGB (Red+Green+Blue) = 49+21+82=152 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.24% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 82 (32.42% from 255 or 53.95% from 152); Max value from RGB is 82 - color contains mainly: blue. Hex color #311552 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311552 is #CEEAAD. Grayscale: #242424. Windows color (decimal): -13560494 or 5379377. OLE color: 5379377.

HSL color Cylindrical-coordinate representation of color #311552: hue angle of 267.54º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #311552 is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB492182-
CMYK0.400.7400.68
HSL267.54º59.22%20.2%-
HSV(B)267.54º74.39%32.16%-
XYZ3.061.88.17-
YUV36.33153.78137.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.24%
GREEN value IS 21 (8.59% from 255) = 13.82%
BLUE value IS 82 (32.42% from 255) = 53.95%
R=32.24%
G=13.82%
B=53.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4921820.400.7400.68267.5459.2220.2
Hex311552284A04410c3b14
Octal61251225011201044147324
Binary11000110101101001010100010010100100010010000110011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311552; }

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

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

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

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

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

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

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

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