#311650

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

Shades of Violent Violet #311650

Tints of Violent Violet #311650

Color information

#311650 (or 0x311650) is unknown color: approx Violent Violet. HEX triplet: 31, 16 and 50. RGB value is (49,22,80). Sum of RGB (Red+Green+Blue) = 49+22+80=151 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.45% from 151); Green value is 22 (8.98% from 255 or 14.57% from 151); Blue value is 80 (31.64% from 255 or 52.98% from 151); Max value from RGB is 80 - color contains mainly: blue. Hex color #311650 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311650 is #CEE9AF. Grayscale: #242424. Windows color (decimal): -13560240 or 5248561. OLE color: 5248561.

HSL color Cylindrical-coordinate representation of color #311650: hue angle of 267.93º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #311650 is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB492280-
CMYK0.390.7200.69
HSL267.93º56.86%20%-
HSV(B)267.93º72.5%31.37%-
XYZ31.817.78-
YUV36.68152.45136.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.45%
GREEN value IS 22 (8.98% from 255) = 14.57%
BLUE value IS 80 (31.64% from 255) = 52.98%
R=32.45%
G=14.57%
B=52.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4922800.390.7200.69267.9356.8620
Hex311650274804510c3914
Octal61261204711001054147124
Binary11000110110101000010011110010000100010110000110011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311650; }

 p { color: rgb(49,22,80); }

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

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

 a { background-color: rgb(49,22,80); }

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

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

 span { border-color: rgb(49,22,80); }

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