#31399E

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

Shades of Dark Slate Blue #31399E

Tints of Dark Slate Blue #31399E

Color information

#31399E (or 0x31399E) is unknown color: approx Dark Slate Blue. HEX triplet: 31, 39 and 9E. RGB value is (49,57,158). Sum of RGB (Red+Green+Blue) = 49+57+158=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 57 (22.66% from 255 or 21.59% from 264); Blue value is 158 (62.11% from 255 or 59.85% from 264); Max value from RGB is 158 - color contains mainly: blue. Hex color #31399E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31399E is #CEC661. Grayscale: #414141. Windows color (decimal): -13551202 or 10369329. OLE color: 10369329.

HSL color Cylindrical-coordinate representation of color #31399E: hue angle of 235.6º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31399E is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4957158-
CMYK0.690.6400.38
HSL235.6º52.66%40.59%-
HSV(B)235.6º68.99%61.96%-
XYZ8.96.0533.05-
YUV66.12179.85115.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.56%
GREEN value IS 57 (22.66% from 255) = 21.59%
BLUE value IS 158 (62.11% from 255) = 59.85%
R=18.56%
G=21.59%
B=59.85%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal49571580.690.6400.38235.652.6640.59
Hex31399E4540026ec3529
Octal61712361051000463546551
Binary1100011110011001111010001011000000010011011101100110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31399E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31399E; }

 p { color: rgb(49,57,158); }

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

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

 a { background-color: rgb(49,57,158); }

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

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

 span { border-color: rgb(49,57,158); }

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