#31214D

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

Shades of Violent Violet #31214D

Tints of Violent Violet #31214D

Color information

#31214D (or 0x31214D) is unknown color: approx Violent Violet. HEX triplet: 31, 21 and 4D. RGB value is (49,33,77). Sum of RGB (Red+Green+Blue) = 49+33+77=159 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.82% from 159); Green value is 33 (13.28% from 255 or 20.75% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: blue. Hex color #31214D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31214D is #CEDEB2. Grayscale: #2A2A2A. Windows color (decimal): -13557427 or 5054769. OLE color: 5054769.

HSL color Cylindrical-coordinate representation of color #31214D: hue angle of 261.82º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #31214D is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB493377-
CMYK0.360.5700.70
HSL261.82º40%21.57%-
HSV(B)261.82º57.14%30.2%-
XYZ3.152.287.29-
YUV42.8147.3132.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.82%
GREEN value IS 33 (13.28% from 255) = 20.75%
BLUE value IS 77 (30.47% from 255) = 48.43%
R=30.82%
G=20.75%
B=48.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4933770.360.5700.70261.824021.57
Hex31214D24390461062816
Octal6141115447101064065026
Binary11000110000110011011001001110010100011010000011010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31214D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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