#311F45

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

Shades of Violent Violet #311F45

Tints of Violent Violet #311F45

Color information

#311F45 (or 0x311F45) is unknown color: approx Violent Violet. HEX triplet: 31, 1F and 45. RGB value is (49,31,69). Sum of RGB (Red+Green+Blue) = 49+31+69=149 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.89% from 149); Green value is 31 (12.5% from 255 or 20.81% from 149); Blue value is 69 (27.34% from 255 or 46.31% from 149); Max value from RGB is 69 - color contains mainly: blue. Hex color #311F45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311F45 is #CEE0BA. Grayscale: #282828. Windows color (decimal): -13557947 or 4529969. OLE color: 4529969.

HSL color Cylindrical-coordinate representation of color #311F45: hue angle of 268.42º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #311F45 is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB493169-
CMYK0.290.5500.73
HSL268.42º38%19.61%-
HSV(B)268.42º55.07%27.06%-
XYZ2.832.065.88-
YUV40.71143.96133.91-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.89%
GREEN value IS 31 (12.5% from 255) = 20.81%
BLUE value IS 69 (27.34% from 255) = 46.31%
R=32.89%
G=20.81%
B=46.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4931690.290.5500.73268.423819.61
Hex311F451D3704910c2614
Octal6137105356701114144624
Binary110001111111000101111011101110100100110000110010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311F45; }

 p { color: rgb(49,31,69); }

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

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

 a { background-color: rgb(49,31,69); }

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

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

 span { border-color: rgb(49,31,69); }

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