#312055

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

Shades of Violent Violet #312055

Tints of Violent Violet #312055

Color information

#312055 (or 0x312055) is unknown color: approx Violent Violet. HEX triplet: 31, 20 and 55. RGB value is (49,32,85). Sum of RGB (Red+Green+Blue) = 49+32+85=166 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.52% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 85 (33.59% from 255 or 51.20% from 166); Max value from RGB is 85 - color contains mainly: blue. Hex color #312055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312055 is #CEDFAA. Grayscale: #2A2A2A. Windows color (decimal): -13557675 or 5578801. OLE color: 5578801.

HSL color Cylindrical-coordinate representation of color #312055: hue angle of 259.25º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #312055 is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB493285-
CMYK0.420.6200.67
HSL259.25º45.3%22.94%-
HSV(B)259.25º62.35%33.33%-
XYZ3.422.348.87-
YUV43.12151.63132.19-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.52%
GREEN value IS 32 (12.89% from 255) = 19.28%
BLUE value IS 85 (33.59% from 255) = 51.20%
R=29.52%
G=19.28%
B=51.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4932850.420.6200.67259.2545.322.94
Hex3120552A3E0431032d17
Octal6140125527601034035527
Binary11000110000010101011010101111100100001110000001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312055; }

 p { color: rgb(49,32,85); }

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

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

 a { background-color: rgb(49,32,85); }

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

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

 span { border-color: rgb(49,32,85); }

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