#31329E

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

Shades of Dark Slate Blue #31329E

Tints of Dark Slate Blue #31329E

Color information

#31329E (or 0x31329E) is unknown color: approx Dark Slate Blue. HEX triplet: 31, 32 and 9E. RGB value is (49,50,158). Sum of RGB (Red+Green+Blue) = 49+50+158=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 158 (62.11% from 255 or 61.48% from 257); Max value from RGB is 158 - color contains mainly: blue. Hex color #31329E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31329E is #CECD61. Grayscale: #3D3D3D. Windows color (decimal): -13552994 or 10367537. OLE color: 10367537.

HSL color Cylindrical-coordinate representation of color #31329E: hue angle of 239.45º 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 #31329E is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4950158-
CMYK0.690.6800.38
HSL239.45º52.66%40.59%-
HSV(B)239.45º68.99%61.96%-
XYZ8.585.432.94-
YUV62.01182.17118.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.07%
GREEN value IS 50 (19.92% from 255) = 19.46%
BLUE value IS 158 (62.11% from 255) = 61.48%
R=19.07%
G=19.46%
B=61.48%

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
Decimal49501580.690.6800.38239.4552.6640.59
Hex31329E4544026ef3529
Octal61622361051040463576551
Binary1100011100101001111010001011000100010011011101111110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31329E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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