#312992

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

Shades of Dark Slate Blue #312992

Tints of Dark Slate Blue #312992

Color information

#312992 (or 0x312992) is unknown color: approx Dark Slate Blue. HEX triplet: 31, 29 and 92. RGB value is (49,41,146). Sum of RGB (Red+Green+Blue) = 49+41+146=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 146 (57.42% from 255 or 61.86% from 236); Max value from RGB is 146 - color contains mainly: blue. Hex color #312992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312992 is #CED66D. Grayscale: #363636. Windows color (decimal): -13555310 or 9578801. OLE color: 9578801.

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

Color convert

RGB4941146-
CMYK0.660.7200.43
HSL244.57º56.15%36.67%-
HSV(B)244.57º71.92%57.25%-
XYZ7.254.3127.64-
YUV55.36179.15123.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.76%
GREEN value IS 41 (16.41% from 255) = 17.37%
BLUE value IS 146 (57.42% from 255) = 61.86%
R=20.76%
G=17.37%
B=61.86%

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
Decimal49411460.660.7200.43244.5756.1536.67
Hex312992424802Bf53825
Octal61512221021100533657045
Binary1100011010011001001010000101001000010101111110101111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312992; }

 p { color: rgb(49,41,146); }

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

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

 a { background-color: rgb(49,41,146); }

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

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

 span { border-color: rgb(49,41,146); }

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