#312D9F

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

Shades of Dark Slate Blue #312D9F

Tints of Dark Slate Blue #312D9F

Color information

#312D9F (or 0x312D9F) is unknown color: approx Dark Slate Blue. HEX triplet: 31, 2D and 9F. RGB value is (49,45,159). Sum of RGB (Red+Green+Blue) = 49+45+159=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 45 (17.97% from 255 or 17.79% from 253); Blue value is 159 (62.5% from 255 or 62.85% from 253); Max value from RGB is 159 - color contains mainly: blue. Hex color #312D9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312D9F is #CED260. Grayscale: #3A3A3A. Windows color (decimal): -13554273 or 10431793. OLE color: 10431793.

HSL color Cylindrical-coordinate representation of color #312D9F: hue angle of 242.11º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #312D9F is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4945159-
CMYK0.690.7200.38
HSL242.11º55.88%40%-
HSV(B)242.11º71.7%62.35%-
XYZ8.465.0333.33-
YUV59.19184.33120.73-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.37%
GREEN value IS 45 (17.97% from 255) = 17.79%
BLUE value IS 159 (62.5% from 255) = 62.85%
R=19.37%
G=17.79%
B=62.85%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal49451590.690.7200.38242.1155.8840
Hex312D9F4548026f23828
Octal61552371051100463627050
Binary1100011011011001111110001011001000010011011110010111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312D9F; }

 p { color: rgb(49,45,159); }

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

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

 a { background-color: rgb(49,45,159); }

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

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

 span { border-color: rgb(49,45,159); }

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