#312747

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

Shades of Violent Violet #312747

Tints of Violent Violet #312747

Color information

#312747 (or 0x312747) is unknown color: approx Violent Violet. HEX triplet: 31, 27 and 47. RGB value is (49,39,71). Sum of RGB (Red+Green+Blue) = 49+39+71=159 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.82% from 159); Green value is 39 (15.62% from 255 or 24.53% from 159); Blue value is 71 (28.12% from 255 or 44.65% from 159); Max value from RGB is 71 - color contains mainly: blue. Hex color #312747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312747 is #CED8B8. Grayscale: #2D2D2D. Windows color (decimal): -13555897 or 4663089. OLE color: 4663089.

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

Color convert

RGB493971-
CMYK0.310.4500.72
HSL258.75º29.09%21.57%-
HSV(B)258.75º45.07%27.84%-
XYZ3.132.566.29-
YUV45.64142.31130.4-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.82%
GREEN value IS 39 (15.62% from 255) = 24.53%
BLUE value IS 71 (28.12% from 255) = 44.65%
R=30.82%
G=24.53%
B=44.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4939710.310.4500.72258.7529.0921.57
Hex3127471F2D0481031d16
Octal6147107375501104033526
Binary110001100111100011111111101101010010001000000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312747; }

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

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

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

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

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

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

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

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