Html Css Color HEX #312996 Dark Slate Blue

📋 copy color: '#312996'

red 49 ◦ green 41 ◦ blue 150

#312996
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #312996

Tints of Dark Slate Blue #312996

RGB

 RED value IS 49 (19.53% from 255) = 20.42%

 GREEN value IS 41 (16.41% from 255) = 17.08%

 BLUE value IS 150 (58.98% from 255) = 62.5%

R = 20.42%
G = 17.08%
B = 62.5%

CMYK

 C value IS 0.67

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#312996 (or 0x312996) is known color: Dark Slate Blue. HEX triplet: 31, 29 and 96. RGB value is (49,41,150). Sum of RGB (Red+Green+Blue) = 49+41+150=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 150 (58.98% from 255 or 62.5% from 240); Max value from RGB is 150 - color contains mainly: blue. Hex color #312996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312996 is #CED669. Grayscale: #373737. Windows color (decimal): -13555306 or 9840945. OLE color: 9840945.

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

Color convert

RGB 49 41 150 -
CMYK 0.67 0.73 0 0.41
HSL 244.4º 0.57% 0.37% -
HSV(B) 244.4º 0.73% 0.59% -
XYZ 7.56 4.44 29.31 -
YUV 55.82 181.15 123.14 -
System Red Green Blue C M Y K H S L
Decimal 49 41 150 0.67 0.73 0 0.41 244.4 0.57 0.37
Hex 31 29 96 43 49 0 29 F4 39 25
Octal 61 51 226 103 111 0 51 364 71 45
Binary 110001 101001 10010110 1000011 1001001 0 101001 11110100 111001 100101

Color Harmonies of #312996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312996

Black with #312996

Text Example


Text Example

White with #312996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312996; }

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

 H1.HeaderClassName
 {
   color: #312996;
 }
 .AnyTagClassName
 {
   color: #312996;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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