#312255

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

Shades of Violent Violet #312255

Tints of Violent Violet #312255

Color information

#312255 (or 0x312255) is unknown color: approx Violent Violet. HEX triplet: 31, 22 and 55. RGB value is (49,34,85). Sum of RGB (Red+Green+Blue) = 49+34+85=168 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.17% from 168); Green value is 34 (13.67% from 255 or 20.24% from 168); Blue value is 85 (33.59% from 255 or 50.60% from 168); Max value from RGB is 85 - color contains mainly: blue. Hex color #312255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312255 is #CEDDAA. Grayscale: #2C2C2C. Windows color (decimal): -13557163 or 5579313. OLE color: 5579313.

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

Color convert

RGB493485-
CMYK0.420.6000.67
HSL257.65º42.86%23.33%-
HSV(B)257.65º60%33.33%-
XYZ3.482.458.88-
YUV44.3150.97131.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.17%
GREEN value IS 34 (13.67% from 255) = 20.24%
BLUE value IS 85 (33.59% from 255) = 50.60%
R=29.17%
G=20.24%
B=50.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4934850.420.6000.67257.6542.8623.33
Hex3122552A3C0431022b17
Octal6142125527401034025327
Binary11000110001010101011010101111000100001110000001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312255; }

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

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

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

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

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

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

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

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