#311750

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

Shades of Violent Violet #311750

Tints of Violent Violet #311750

Color information

#311750 (or 0x311750) is unknown color: approx Violent Violet. HEX triplet: 31, 17 and 50. RGB value is (49,23,80). Sum of RGB (Red+Green+Blue) = 49+23+80=152 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.24% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 80 (31.64% from 255 or 52.63% from 152); Max value from RGB is 80 - color contains mainly: blue. Hex color #311750 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311750 is #CEE8AF. Grayscale: #252525. Windows color (decimal): -13559984 or 5248817. OLE color: 5248817.

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

Color convert

RGB492380-
CMYK0.390.7100.69
HSL267.37º55.34%20.2%-
HSV(B)267.37º71.25%31.37%-
XYZ3.021.847.79-
YUV37.27152.11136.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.24%
GREEN value IS 23 (9.38% from 255) = 15.13%
BLUE value IS 80 (31.64% from 255) = 52.63%
R=32.24%
G=15.13%
B=52.63%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4923800.390.7100.69267.3755.3420.2
Hex311750274704510b3714
Octal61271204710701054136724
Binary11000110111101000010011110001110100010110000101111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311750; }

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

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

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

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

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

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

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

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