Html Css Color HEX #312992 Dark Slate Blue

📋 copy color: '#312992'

red 49 ◦ green 41 ◦ blue 146

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

Shades of Dark Slate Blue #312992

Tints of Dark Slate Blue #312992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 61.86%

R = 20.76%
G = 17.37%
B = 61.86%

CMYK

 C value IS 0.66

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#312992 (or 0x312992) is known color: Dark Slate Blue. HEX triplet: 31, 29 and 92. RGB value is (49,41,146). Sum of RGB (Red+Green+Blue) = 49+41+146=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 146 (57.42% from 255 or 61.86% from 236); Max value from RGB is 146 - color contains mainly: blue. Hex color #312992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312992 is #CED66D. Grayscale: #363636. Windows color (decimal): -13555310 or 9578801. OLE color: 9578801.

HSL color Cylindrical-coordinate representation of color #312992: hue angle of 244.57º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #312992 is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 41 146 -
CMYK 0.66 0.72 0 0.43
HSL 244.57º 0.56% 0.37% -
HSV(B) 244.57º 0.72% 0.57% -
XYZ 7.25 4.31 27.64 -
YUV 55.36 179.15 123.46 -
System Red Green Blue C M Y K H S L
Decimal 49 41 146 0.66 0.72 0 0.43 244.57 0.56 0.37
Hex 31 29 92 42 48 0 2B F5 38 25
Octal 61 51 222 102 110 0 53 365 70 45
Binary 110001 101001 10010010 1000010 1001000 0 101011 11110101 111000 100101

Color Harmonies of #312992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312992

Black with #312992

Text Example


Text Example

White with #312992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312992; }

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

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

background-color css

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

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

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

border-color css

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

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

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