#31299E

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

Shades of Dark Slate Blue #31299E

Tints of Dark Slate Blue #31299E

Color information

#31299E (or 0x31299E) is unknown color: approx Dark Slate Blue. HEX triplet: 31, 29 and 9E. RGB value is (49,41,158). Sum of RGB (Red+Green+Blue) = 49+41+158=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 158 (62.11% from 255 or 63.71% from 248); Max value from RGB is 158 - color contains mainly: blue. Hex color #31299E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31299E is #CED661. Grayscale: #383838. Windows color (decimal): -13555298 or 10365233. OLE color: 10365233.

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

Color convert

RGB4941158-
CMYK0.690.7400.38
HSL244.1º58.79%39.02%-
HSV(B)244.1º74.05%61.96%-
XYZ8.234.7132.82-
YUV56.73185.15122.49-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.76%
GREEN value IS 41 (16.41% from 255) = 16.53%
BLUE value IS 158 (62.11% from 255) = 63.71%
R=19.76%
G=16.53%
B=63.71%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal49411580.690.7400.38244.158.7939.02
Hex31299E454A026f43b27
Octal61512361051120463647347
Binary1100011010011001111010001011001010010011011110100111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31299E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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