#311350

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

Shades of Violent Violet #311350

Tints of Violent Violet #311350

Color information

#311350 (or 0x311350) is unknown color: approx Violent Violet. HEX triplet: 31, 13 and 50. RGB value is (49,19,80). Sum of RGB (Red+Green+Blue) = 49+19+80=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 19 (7.81% from 255 or 12.84% from 148); Blue value is 80 (31.64% from 255 or 54.05% from 148); Max value from RGB is 80 - color contains mainly: blue. Hex color #311350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311350 is #CEECAF. Grayscale: #222222. Windows color (decimal): -13561008 or 5247793. OLE color: 5247793.

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

Color convert

RGB491980-
CMYK0.390.7600.69
HSL269.51º61.62%19.41%-
HSV(B)269.51º76.25%31.37%-
XYZ2.951.77.76-
YUV34.92153.44138.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.11%
GREEN value IS 19 (7.81% from 255) = 12.84%
BLUE value IS 80 (31.64% from 255) = 54.05%
R=33.11%
G=12.84%
B=54.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4919800.390.7600.69269.5161.6219.41
Hex311350274C04510e3e13
Octal61231204711401054167623
Binary11000110011101000010011110011000100010110000111011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311350; }

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

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

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

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

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

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

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

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