#31224B

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

Shades of Violent Violet #31224B

Tints of Violent Violet #31224B

Color information

#31224B (or 0x31224B) is unknown color: approx Violent Violet. HEX triplet: 31, 22 and 4B. RGB value is (49,34,75). Sum of RGB (Red+Green+Blue) = 49+34+75=158 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.01% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 75 (29.69% from 255 or 47.47% from 158); Max value from RGB is 75 - color contains mainly: blue. Hex color #31224B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31224B is #CEDDB4. Grayscale: #2B2B2B. Windows color (decimal): -13557173 or 4923953. OLE color: 4923953.

HSL color Cylindrical-coordinate representation of color #31224B: hue angle of 261.95º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #31224B is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB493475-
CMYK0.350.5500.71
HSL261.95º37.61%21.37%-
HSV(B)261.95º54.67%29.41%-
XYZ3.112.316.94-
YUV43.16145.97132.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.01%
GREEN value IS 34 (13.67% from 255) = 21.52%
BLUE value IS 75 (29.69% from 255) = 47.47%
R=31.01%
G=21.52%
B=47.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4934750.350.5500.71261.9537.6121.37
Hex31224B23370471062615
Octal6142113436701074064625
Binary11000110001010010111000111101110100011110000011010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31224B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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