#31339D

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

Shades of Dark Slate Blue #31339D

Tints of Dark Slate Blue #31339D

Color information

#31339D (or 0x31339D) is unknown color: approx Dark Slate Blue. HEX triplet: 31, 33 and 9D. RGB value is (49,51,157). Sum of RGB (Red+Green+Blue) = 49+51+157=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 157 (61.72% from 255 or 61.09% from 257); Max value from RGB is 157 - color contains mainly: blue. Hex color #31339D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31339D is #CECC62. Grayscale: #3E3E3E. Windows color (decimal): -13552739 or 10302257. OLE color: 10302257.

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

Color convert

RGB4951157-
CMYK0.690.6800.38
HSL238.89º52.43%40.39%-
HSV(B)238.89º68.79%61.57%-
XYZ8.545.4532.5-
YUV62.49181.34118.38-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.07%
GREEN value IS 51 (20.31% from 255) = 19.84%
BLUE value IS 157 (61.72% from 255) = 61.09%
R=19.07%
G=19.84%
B=61.09%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal49511570.690.6800.38238.8952.4340.39
Hex31339D4544026ef3428
Octal61632351051040463576450
Binary1100011100111001110110001011000100010011011101111110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31339D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31339D; }

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

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

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

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

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

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

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

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