#311450

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

Shades of Violent Violet #311450

Tints of Violent Violet #311450

Color information

#311450 (or 0x311450) is unknown color: approx Violent Violet. HEX triplet: 31, 14 and 50. RGB value is (49,20,80). Sum of RGB (Red+Green+Blue) = 49+20+80=149 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.89% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 80 (31.64% from 255 or 53.69% from 149); Max value from RGB is 80 - color contains mainly: blue. Hex color #311450 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311450 is #CEEBAF. Grayscale: #232323. Windows color (decimal): -13560752 or 5248049. OLE color: 5248049.

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

Color convert

RGB492080-
CMYK0.390.7500.69
HSL269º60%19.61%-
HSV(B)269º75%31.37%-
XYZ2.961.737.77-
YUV35.51153.11137.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.89%
GREEN value IS 20 (8.20% from 255) = 13.42%
BLUE value IS 80 (31.64% from 255) = 53.69%
R=32.89%
G=13.42%
B=53.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4920800.390.7500.692696019.61
Hex311450274B04510d3c14
Octal61241204711301054157424
Binary11000110100101000010011110010110100010110000110111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311450; }

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

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

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

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

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

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

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

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