#31239D

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

Shades of Dark Slate Blue #31239D

Tints of Dark Slate Blue #31239D

Color information

#31239D (or 0x31239D) is unknown color: approx Dark Slate Blue. HEX triplet: 31, 23 and 9D. RGB value is (49,35,157). Sum of RGB (Red+Green+Blue) = 49+35+157=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 157 (61.72% from 255 or 65.15% from 241); Max value from RGB is 157 - color contains mainly: blue. Hex color #31239D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31239D is #CEDC62. Grayscale: #343434. Windows color (decimal): -13556835 or 10298161. OLE color: 10298161.

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

Color convert

RGB4935157-
CMYK0.690.7800.38
HSL246.89º63.54%37.65%-
HSV(B)246.89º77.71%61.57%-
XYZ7.954.2932.31-
YUV53.09186.64125.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.33%
GREEN value IS 35 (14.06% from 255) = 14.52%
BLUE value IS 157 (61.72% from 255) = 65.15%
R=20.33%
G=14.52%
B=65.15%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal49351570.690.7800.38246.8963.5437.65
Hex31239D454E026f74026
Octal614323510511604636710046
Binary11000110001110011101100010110011100100110111101111000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31239D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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