#312546

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

Shades of Violent Violet #312546

Tints of Violent Violet #312546

Color information

#312546 (or 0x312546) is unknown color: approx Violent Violet. HEX triplet: 31, 25 and 46. RGB value is (49,37,70). Sum of RGB (Red+Green+Blue) = 49+37+70=156 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.41% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 70 (27.73% from 255 or 44.87% from 156); Max value from RGB is 70 - color contains mainly: blue. Hex color #312546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312546 is #CEDAB9. Grayscale: #2C2C2C. Windows color (decimal): -13556410 or 4597041. OLE color: 4597041.

HSL color Cylindrical-coordinate representation of color #312546: hue angle of 261.82º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #312546 is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB493770-
CMYK0.300.4700.73
HSL261.82º30.84%20.98%-
HSV(B)261.82º47.14%27.45%-
XYZ3.032.426.1-
YUV44.35142.48131.32-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.41%
GREEN value IS 37 (14.84% from 255) = 23.72%
BLUE value IS 70 (27.73% from 255) = 44.87%
R=31.41%
G=23.72%
B=44.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4937700.300.4700.73261.8230.8420.98
Hex3125461E2F0491061f15
Octal6145106365701114063725
Binary110001100101100011011110101111010010011000001101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312546; }

 p { color: rgb(49,37,70); }

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

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

 a { background-color: rgb(49,37,70); }

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

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

 span { border-color: rgb(49,37,70); }

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