#31214F

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

Shades of Violent Violet #31214F

Tints of Violent Violet #31214F

Color information

#31214F (or 0x31214F) is unknown color: approx Violent Violet. HEX triplet: 31, 21 and 4F. RGB value is (49,33,79). Sum of RGB (Red+Green+Blue) = 49+33+79=161 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.43% from 161); Green value is 33 (13.28% from 255 or 20.50% from 161); Blue value is 79 (31.25% from 255 or 49.07% from 161); Max value from RGB is 79 - color contains mainly: blue. Hex color #31214F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31214F is #CEDEB0. Grayscale: #2A2A2A. Windows color (decimal): -13557425 or 5185841. OLE color: 5185841.

HSL color Cylindrical-coordinate representation of color #31214F: hue angle of 260.87º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #31214F is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB493379-
CMYK0.380.5800.69
HSL260.87º41.07%21.96%-
HSV(B)260.87º58.23%30.98%-
XYZ3.222.317.67-
YUV43.03148.3132.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.43%
GREEN value IS 33 (13.28% from 255) = 20.50%
BLUE value IS 79 (31.25% from 255) = 49.07%
R=30.43%
G=20.50%
B=49.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4933790.380.5800.69260.8741.0721.96
Hex31214F263A0451052916
Octal6141117467201054055126
Binary11000110000110011111001101110100100010110000010110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31214F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31214F; }

 p { color: rgb(49,33,79); }

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

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

 a { background-color: rgb(49,33,79); }

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

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

 span { border-color: rgb(49,33,79); }

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