#31224C

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

Shades of Violent Violet #31224C

Tints of Violent Violet #31224C

Color information

#31224C (or 0x31224C) is unknown color: approx Violent Violet. HEX triplet: 31, 22 and 4C. RGB value is (49,34,76). Sum of RGB (Red+Green+Blue) = 49+34+76=159 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.82% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 76 (30.08% from 255 or 47.80% from 159); Max value from RGB is 76 - color contains mainly: blue. Hex color #31224C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31224C is #CEDDB3. Grayscale: #2B2B2B. Windows color (decimal): -13557172 or 4989489. OLE color: 4989489.

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

Color convert

RGB493476-
CMYK0.360.5500.70
HSL261.43º38.18%21.57%-
HSV(B)261.43º55.26%29.8%-
XYZ3.142.327.12-
YUV43.27146.47132.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.82%
GREEN value IS 34 (13.67% from 255) = 21.38%
BLUE value IS 76 (30.08% from 255) = 47.80%
R=30.82%
G=21.38%
B=47.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4934760.360.5500.70261.4338.1821.57
Hex31224C24370461052616
Octal6142114446701064054626
Binary11000110001010011001001001101110100011010000010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31224C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31224C; }

 p { color: rgb(49,34,76); }

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

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

 a { background-color: rgb(49,34,76); }

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

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

 span { border-color: rgb(49,34,76); }

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