#31288D

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

Shades of Dark Slate Blue #31288D

Tints of Dark Slate Blue #31288D

Color information

#31288D (or 0x31288D) is unknown color: approx Dark Slate Blue. HEX triplet: 31, 28 and 8D. RGB value is (49,40,141). Sum of RGB (Red+Green+Blue) = 49+40+141=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 141 (55.47% from 255 or 61.30% from 230); Max value from RGB is 141 - color contains mainly: blue. Hex color #31288D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31288D is #CED772. Grayscale: #353535. Windows color (decimal): -13555571 or 9250865. OLE color: 9250865.

HSL color Cylindrical-coordinate representation of color #31288D: hue angle of 245.35º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31288D is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4940141-
CMYK0.650.7200.45
HSL245.35º55.8%35.49%-
HSV(B)245.35º71.63%55.29%-
XYZ6.834.0925.63-
YUV54.2176.98124.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.30%
GREEN value IS 40 (16.02% from 255) = 17.39%
BLUE value IS 141 (55.47% from 255) = 61.30%
R=21.30%
G=17.39%
B=61.30%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal49401410.650.7200.45245.3555.835.49
Hex31288D414802Df53823
Octal61502151011100553657043
Binary1100011010001000110110000011001000010110111110101111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31288D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,40,141); }

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

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

 a { background-color: rgb(49,40,141); }

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

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

 span { border-color: rgb(49,40,141); }

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