#31224D

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

Shades of Violent Violet #31224D

Tints of Violent Violet #31224D

Color information

#31224D (or 0x31224D) is unknown color: approx Violent Violet. HEX triplet: 31, 22 and 4D. RGB value is (49,34,77). Sum of RGB (Red+Green+Blue) = 49+34+77=160 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.62% from 160); Green value is 34 (13.67% from 255 or 21.25% from 160); Blue value is 77 (30.47% from 255 or 48.12% from 160); Max value from RGB is 77 - color contains mainly: blue. Hex color #31224D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31224D is #CEDDB2. Grayscale: #2B2B2B. Windows color (decimal): -13557171 or 5055025. OLE color: 5055025.

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

Color convert

RGB493477-
CMYK0.360.5600.70
HSL260.93º38.74%21.76%-
HSV(B)260.93º55.84%30.2%-
XYZ3.182.337.3-
YUV43.39146.97132-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.62%
GREEN value IS 34 (13.67% from 255) = 21.25%
BLUE value IS 77 (30.47% from 255) = 48.12%
R=30.62%
G=21.25%
B=48.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4934770.360.5600.70260.9338.7421.76
Hex31224D24380461052716
Octal6142115447001064054726
Binary11000110001010011011001001110000100011010000010110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31224D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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