#312746

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

Shades of Violent Violet #312746

Tints of Violent Violet #312746

Color information

#312746 (or 0x312746) is unknown color: approx Violent Violet. HEX triplet: 31, 27 and 46. RGB value is (49,39,70). Sum of RGB (Red+Green+Blue) = 49+39+70=158 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.01% from 158); Green value is 39 (15.62% from 255 or 24.68% from 158); Blue value is 70 (27.73% from 255 or 44.30% from 158); Max value from RGB is 70 - color contains mainly: blue. Hex color #312746 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312746 is #CED8B9. Grayscale: #2D2D2D. Windows color (decimal): -13555898 or 4597553. OLE color: 4597553.

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

Color convert

RGB493970-
CMYK0.300.4400.73
HSL259.35º28.44%21.37%-
HSV(B)259.35º44.29%27.45%-
XYZ3.12.556.12-
YUV45.52141.81130.48-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.01%
GREEN value IS 39 (15.62% from 255) = 24.68%
BLUE value IS 70 (27.73% from 255) = 44.30%
R=31.01%
G=24.68%
B=44.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4939700.300.4400.73259.3528.4421.37
Hex3127461E2C0491031c15
Octal6147106365401114033425
Binary110001100111100011011110101100010010011000000111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312746; }

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

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

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

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

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

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

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

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