#312250

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

Shades of Violent Violet #312250

Tints of Violent Violet #312250

Color information

#312250 (or 0x312250) is unknown color: approx Violent Violet. HEX triplet: 31, 22 and 50. RGB value is (49,34,80). Sum of RGB (Red+Green+Blue) = 49+34+80=163 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.06% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 80 (31.64% from 255 or 49.08% from 163); Max value from RGB is 80 - color contains mainly: blue. Hex color #312250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312250 is #CEDDAF. Grayscale: #2B2B2B. Windows color (decimal): -13557168 or 5251633. OLE color: 5251633.

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

Color convert

RGB493480-
CMYK0.390.5800.69
HSL259.57º40.35%22.35%-
HSV(B)259.57º57.5%31.37%-
XYZ3.292.387.87-
YUV43.73148.47131.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.06%
GREEN value IS 34 (13.67% from 255) = 20.86%
BLUE value IS 80 (31.64% from 255) = 49.08%
R=30.06%
G=20.86%
B=49.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4934800.390.5800.69259.5740.3522.35
Hex312250273A0451042816
Octal6142120477201054045026
Binary11000110001010100001001111110100100010110000010010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312250; }

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

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

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

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

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

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

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

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