#312595

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

Shades of Dark Slate Blue #312595

Tints of Dark Slate Blue #312595

Color information

#312595 (or 0x312595) is unknown color: approx Dark Slate Blue. HEX triplet: 31, 25 and 95. RGB value is (49,37,149). Sum of RGB (Red+Green+Blue) = 49+37+149=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 149 (58.59% from 255 or 63.40% from 235); Max value from RGB is 149 - color contains mainly: blue. Hex color #312595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312595 is #CEDA6A. Grayscale: #343434. Windows color (decimal): -13556331 or 9774385. OLE color: 9774385.

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

Color convert

RGB4937149-
CMYK0.670.7500.42
HSL246.43º60.22%36.47%-
HSV(B)246.43º75.17%58.43%-
XYZ7.354.1528.85-
YUV53.36181.98124.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.85%
GREEN value IS 37 (14.84% from 255) = 15.74%
BLUE value IS 149 (58.59% from 255) = 63.40%
R=20.85%
G=15.74%
B=63.40%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49371490.670.7500.42246.4360.2236.47
Hex312595434B02Af63c24
Octal61452251031130523667444
Binary1100011001011001010110000111001011010101011110110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312595; }

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

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

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

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

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

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

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

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