#31298E

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

Shades of Dark Slate Blue #31298E

Tints of Dark Slate Blue #31298E

Color information

#31298E (or 0x31298E) is unknown color: approx Dark Slate Blue. HEX triplet: 31, 29 and 8E. RGB value is (49,41,142). Sum of RGB (Red+Green+Blue) = 49+41+142=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 142 (55.86% from 255 or 61.21% from 232); Max value from RGB is 142 - color contains mainly: blue. Hex color #31298E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31298E is #CED671. Grayscale: #363636. Windows color (decimal): -13555314 or 9316657. OLE color: 9316657.

HSL color Cylindrical-coordinate representation of color #31298E: hue angle of 244.75º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31298E is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4941142-
CMYK0.650.7100.44
HSL244.75º55.19%35.88%-
HSV(B)244.75º71.13%55.69%-
XYZ6.944.1926.03-
YUV54.91177.15123.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.12%
GREEN value IS 41 (16.41% from 255) = 17.67%
BLUE value IS 142 (55.86% from 255) = 61.21%
R=21.12%
G=17.67%
B=61.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal49411420.650.7100.44244.7555.1935.88
Hex31298E414702Cf53724
Octal61512161011070543656744
Binary1100011010011000111010000011000111010110011110101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31298E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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