#311353

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

Shades of Violent Violet #311353

Tints of Violent Violet #311353

Color information

#311353 (or 0x311353) is unknown color: approx Violent Violet. HEX triplet: 31, 13 and 53. RGB value is (49,19,83). Sum of RGB (Red+Green+Blue) = 49+19+83=151 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.45% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 83 (32.81% from 255 or 54.97% from 151); Max value from RGB is 83 - color contains mainly: blue. Hex color #311353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311353 is #CEECAC. Grayscale: #232323. Windows color (decimal): -13561005 or 5444401. OLE color: 5444401.

HSL color Cylindrical-coordinate representation of color #311353: hue angle of 268.12º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #311353 is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB491983-
CMYK0.410.7700.67
HSL268.12º62.75%20%-
HSV(B)268.12º77.11%32.55%-
XYZ3.061.748.36-
YUV35.27154.94137.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.45%
GREEN value IS 19 (7.81% from 255) = 12.58%
BLUE value IS 83 (32.81% from 255) = 54.97%
R=32.45%
G=12.58%
B=54.97%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4919830.410.7700.67268.1262.7520
Hex311353294D04310c3f14
Octal61231235111501034147724
Binary11000110011101001110100110011010100001110000110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311353; }

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

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

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

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

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

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

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

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