#312997

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

Shades of Dark Slate Blue #312997

Tints of Dark Slate Blue #312997

Color information

#312997 (or 0x312997) is unknown color: approx Dark Slate Blue. HEX triplet: 31, 29 and 97. RGB value is (49,41,151). Sum of RGB (Red+Green+Blue) = 49+41+151=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 151 (59.38% from 255 or 62.66% from 241); Max value from RGB is 151 - color contains mainly: blue. Hex color #312997 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312997 is #CED668. Grayscale: #373737. Windows color (decimal): -13555305 or 9906481. OLE color: 9906481.

HSL color Cylindrical-coordinate representation of color #312997: hue angle of 244.36º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #312997 is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4941151-
CMYK0.680.7300.41
HSL244.36º57.29%37.65%-
HSV(B)244.36º72.85%59.22%-
XYZ7.654.4729.74-
YUV55.93181.65123.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.33%
GREEN value IS 41 (16.41% from 255) = 17.01%
BLUE value IS 151 (59.38% from 255) = 62.66%
R=20.33%
G=17.01%
B=62.66%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal49411510.680.7300.41244.3657.2937.65
Hex3129974449029f43926
Octal61512271041110513647146
Binary1100011010011001011110001001001001010100111110100111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312997; }

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

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

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

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

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

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

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

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