Html Css Color HEX #312893 Dark Slate Blue

📋 copy color: '#312893'

red 49 ◦ green 40 ◦ blue 147

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

Shades of Dark Slate Blue #312893

Tints of Dark Slate Blue #312893

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.95%

 BLUE value IS 147 (57.81% from 255) = 62.29%

R = 20.76%
G = 16.95%
B = 62.29%

CMYK

 C value IS 0.67

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#312893 (or 0x312893) is known color: Dark Slate Blue. HEX triplet: 31, 28 and 93. RGB value is (49,40,147). Sum of RGB (Red+Green+Blue) = 49+40+147=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 147 (57.81% from 255 or 62.29% from 236); Max value from RGB is 147 - color contains mainly: blue. Hex color #312893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312893 is #CED76C. Grayscale: #363636. Windows color (decimal): -13555565 or 9644081. OLE color: 9644081.

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

Color convert

RGB 49 40 147 -
CMYK 0.67 0.73 0 0.42
HSL 245.05º 0.57% 0.37% -
HSV(B) 245.05º 0.73% 0.58% -
XYZ 7.29 4.28 28.05 -
YUV 54.89 179.98 123.8 -
System Red Green Blue C M Y K H S L
Decimal 49 40 147 0.67 0.73 0 0.42 245.05 0.57 0.37
Hex 31 28 93 43 49 0 2A F5 39 25
Octal 61 50 223 103 111 0 52 365 71 45
Binary 110001 101000 10010011 1000011 1001001 0 101010 11110101 111001 100101

Color Harmonies of #312893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312893

Black with #312893

Text Example


Text Example

White with #312893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312893; }

 p { color: rgb(49,40,147); }

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

background-color css

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

 a { background-color: rgb(49,40,147); }

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

border-color css

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

 span { border-color: rgb(49,40,147); }

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