#312495

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

Shades of Dark Slate Blue #312495

Tints of Dark Slate Blue #312495

Color information

#312495 (or 0x312495) is unknown color: approx Dark Slate Blue. HEX triplet: 31, 24 and 95. RGB value is (49,36,149). Sum of RGB (Red+Green+Blue) = 49+36+149=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 149 (58.59% from 255 or 63.68% from 234); Max value from RGB is 149 - color contains mainly: blue. Hex color #312495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312495 is #CEDB6A. Grayscale: #343434. Windows color (decimal): -13556587 or 9774129. OLE color: 9774129.

HSL color Cylindrical-coordinate representation of color #312495: hue angle of 246.9º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #312495 is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4936149-
CMYK0.670.7600.42
HSL246.9º61.08%36.27%-
HSV(B)246.9º75.84%58.43%-
XYZ7.324.0828.84-
YUV52.77182.31125.31-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.94%
GREEN value IS 36 (14.45% from 255) = 15.38%
BLUE value IS 149 (58.59% from 255) = 63.68%
R=20.94%
G=15.38%
B=63.68%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49361490.670.7600.42246.961.0836.27
Hex312495434C02Af73d24
Octal61442251031140523677544
Binary1100011001001001010110000111001100010101011110111111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312495; }

 p { color: rgb(49,36,149); }

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

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

 a { background-color: rgb(49,36,149); }

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

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

 span { border-color: rgb(49,36,149); }

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