#312547

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

Shades of Violent Violet #312547

Tints of Violent Violet #312547

Color information

#312547 (or 0x312547) is unknown color: approx Violent Violet. HEX triplet: 31, 25 and 47. RGB value is (49,37,71). Sum of RGB (Red+Green+Blue) = 49+37+71=157 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.21% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 71 (28.12% from 255 or 45.22% from 157); Max value from RGB is 71 - color contains mainly: blue. Hex color #312547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312547 is #CEDAB8. Grayscale: #2C2C2C. Windows color (decimal): -13556409 or 4662577. OLE color: 4662577.

HSL color Cylindrical-coordinate representation of color #312547: hue angle of 261.18º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #312547 is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB493771-
CMYK0.310.4800.72
HSL261.18º31.48%21.18%-
HSV(B)261.18º47.89%27.84%-
XYZ3.072.436.27-
YUV44.46142.98131.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.21%
GREEN value IS 37 (14.84% from 255) = 23.57%
BLUE value IS 71 (28.12% from 255) = 45.22%
R=31.21%
G=23.57%
B=45.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4937710.310.4800.72261.1831.4821.18
Hex3125471F300481051f15
Octal6145107376001104053725
Binary110001100101100011111111110000010010001000001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312547; }

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

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

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

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

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

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

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

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