#312B9D

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

Shades of Dark Slate Blue #312B9D

Tints of Dark Slate Blue #312B9D

Color information

#312B9D (or 0x312B9D) is unknown color: approx Dark Slate Blue. HEX triplet: 31, 2B and 9D. RGB value is (49,43,157). Sum of RGB (Red+Green+Blue) = 49+43+157=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 43 (17.19% from 255 or 17.27% from 249); Blue value is 157 (61.72% from 255 or 63.05% from 249); Max value from RGB is 157 - color contains mainly: blue. Hex color #312B9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312B9D is #CED462. Grayscale: #393939. Windows color (decimal): -13554787 or 10300209. OLE color: 10300209.

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

Color convert

RGB4943157-
CMYK0.690.7300.38
HSL243.16º57%39.22%-
HSV(B)243.16º72.61%61.57%-
XYZ8.224.8232.39-
YUV57.79183.99121.73-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.68%
GREEN value IS 43 (17.19% from 255) = 17.27%
BLUE value IS 157 (61.72% from 255) = 63.05%
R=19.68%
G=17.27%
B=63.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal49431570.690.7300.38243.165739.22
Hex312B9D4549026f33927
Octal61532351051110463637147
Binary1100011010111001110110001011001001010011011110011111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,43,157); }

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

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

 a { background-color: rgb(49,43,157); }

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

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

 span { border-color: rgb(49,43,157); }

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