Html Css Color HEX #312795 Dark Slate Blue

📋 copy color: '#312795'

red 49 ◦ green 39 ◦ blue 149

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

Shades of Dark Slate Blue #312795

Tints of Dark Slate Blue #312795

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.46%

 BLUE value IS 149 (58.59% from 255) = 62.87%

R = 20.68%
G = 16.46%
B = 62.87%

CMYK

 C value IS 0.67

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#312795 (or 0x312795) is known color: Dark Slate Blue. HEX triplet: 31, 27 and 95. RGB value is (49,39,149). Sum of RGB (Red+Green+Blue) = 49+39+149=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 39 (15.62% from 255 or 16.46% from 237); Blue value is 149 (58.59% from 255 or 62.87% from 237); Max value from RGB is 149 - color contains mainly: blue. Hex color #312795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312795 is #CED86A. Grayscale: #363636. Windows color (decimal): -13555819 or 9774897. OLE color: 9774897.

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

Color convert

RGB 49 39 149 -
CMYK 0.67 0.74 0 0.42
HSL 245.45º 0.59% 0.37% -
HSV(B) 245.45º 0.74% 0.58% -
XYZ 7.42 4.27 28.87 -
YUV 54.53 181.31 124.06 -
System Red Green Blue C M Y K H S L
Decimal 49 39 149 0.67 0.74 0 0.42 245.45 0.59 0.37
Hex 31 27 95 43 4A 0 2A F5 3B 25
Octal 61 47 225 103 112 0 52 365 73 45
Binary 110001 100111 10010101 1000011 1001010 0 101010 11110101 111011 100101

Color Harmonies of #312795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312795

Black with #312795

Text Example


Text Example

White with #312795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312795; }

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

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

background-color css

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

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

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

border-color css

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

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

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