#312891

Color #312891 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #312891

Tints of Dark Slate Blue #312891

Color information

#312891 (or 0x312891) is unknown color: approx Dark Slate Blue. HEX triplet: 31, 28 and 91. RGB value is (49,40,145). Sum of RGB (Red+Green+Blue) = 49+40+145=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 145 (57.03% from 255 or 61.97% from 234); Max value from RGB is 145 - color contains mainly: blue. Hex color #312891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312891 is #CED76E. Grayscale: #363636. Windows color (decimal): -13555567 or 9513009. OLE color: 9513009.

HSL color Cylindrical-coordinate representation of color #312891: hue angle of 245.14º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #312891 is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4940145-
CMYK0.660.7200.43
HSL245.14º56.76%36.27%-
HSV(B)245.14º72.41%56.86%-
XYZ7.144.2127.23-
YUV54.66178.98123.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.94%
GREEN value IS 40 (16.02% from 255) = 17.09%
BLUE value IS 145 (57.03% from 255) = 61.97%
R=20.94%
G=17.09%
B=61.97%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal49401450.660.7200.43245.1456.7636.27
Hex312891424802Bf53924
Octal61502211021100533657144
Binary1100011010001001000110000101001000010101111110101111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312891; }

 p { color: rgb(49,40,145); }

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

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

 a { background-color: rgb(49,40,145); }

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

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

 span { border-color: rgb(49,40,145); }

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