#312449

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

Shades of Violent Violet #312449

Tints of Violent Violet #312449

Color information

#312449 (or 0x312449) is unknown color: approx Violent Violet. HEX triplet: 31, 24 and 49. RGB value is (49,36,73). Sum of RGB (Red+Green+Blue) = 49+36+73=158 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.01% from 158); Green value is 36 (14.45% from 255 or 22.78% from 158); Blue value is 73 (28.91% from 255 or 46.20% from 158); Max value from RGB is 73 - color contains mainly: blue. Hex color #312449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312449 is #CEDBB6. Grayscale: #2B2B2B. Windows color (decimal): -13556663 or 4793393. OLE color: 4793393.

HSL color Cylindrical-coordinate representation of color #312449: hue angle of 261.08º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #312449 is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB493673-
CMYK0.330.5100.71
HSL261.08º33.94%21.37%-
HSV(B)261.08º50.68%28.63%-
XYZ3.12.46.6-
YUV44.1144.31131.49-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.01%
GREEN value IS 36 (14.45% from 255) = 22.78%
BLUE value IS 73 (28.91% from 255) = 46.20%
R=31.01%
G=22.78%
B=46.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4936730.330.5100.71261.0833.9421.37
Hex31244921330471052215
Octal6144111416301074054225
Binary11000110010010010011000011100110100011110000010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312449; }

 p { color: rgb(49,36,73); }

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

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

 a { background-color: rgb(49,36,73); }

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

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

 span { border-color: rgb(49,36,73); }

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