#311351

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

Shades of Violent Violet #311351

Tints of Violent Violet #311351

Color information

#311351 (or 0x311351) is unknown color: approx Violent Violet. HEX triplet: 31, 13 and 51. RGB value is (49,19,81). Sum of RGB (Red+Green+Blue) = 49+19+81=149 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.89% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 81 (32.03% from 255 or 54.36% from 149); Max value from RGB is 81 - color contains mainly: blue. Hex color #311351 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311351 is #CEECAE. Grayscale: #222222. Windows color (decimal): -13561007 or 5313329. OLE color: 5313329.

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

Color convert

RGB491981-
CMYK0.400.7700.68
HSL269.03º62%19.61%-
HSV(B)269.03º76.54%31.76%-
XYZ2.981.717.96-
YUV35.04153.94137.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.89%
GREEN value IS 19 (7.81% from 255) = 12.75%
BLUE value IS 81 (32.03% from 255) = 54.36%
R=32.89%
G=12.75%
B=54.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4919810.400.7700.68269.036219.61
Hex311351284D04410d3e14
Octal61231215011501044157624
Binary11000110011101000110100010011010100010010000110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311351; }

 p { color: rgb(49,19,81); }

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

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

 a { background-color: rgb(49,19,81); }

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

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

 span { border-color: rgb(49,19,81); }

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