#312550

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

Shades of Violent Violet #312550

Tints of Violent Violet #312550

Color information

#312550 (or 0x312550) is unknown color: approx Violent Violet. HEX triplet: 31, 25 and 50. RGB value is (49,37,80). Sum of RGB (Red+Green+Blue) = 49+37+80=166 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.52% from 166); Green value is 37 (14.84% from 255 or 22.29% from 166); Blue value is 80 (31.64% from 255 or 48.19% from 166); Max value from RGB is 80 - color contains mainly: blue. Hex color #312550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312550 is #CEDAAF. Grayscale: #2D2D2D. Windows color (decimal): -13556400 or 5252401. OLE color: 5252401.

HSL color Cylindrical-coordinate representation of color #312550: hue angle of 256.74º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #312550 is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB493780-
CMYK0.390.5400.69
HSL256.74º36.75%22.94%-
HSV(B)256.74º53.75%31.37%-
XYZ3.382.567.9-
YUV45.49147.48130.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.52%
GREEN value IS 37 (14.84% from 255) = 22.29%
BLUE value IS 80 (31.64% from 255) = 48.19%
R=29.52%
G=22.29%
B=48.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4937800.390.5400.69256.7436.7522.94
Hex31255027360451012517
Octal6145120476601054014527
Binary11000110010110100001001111101100100010110000000110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312550; }

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

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

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

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

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

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

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

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