Html Css Color HEX #312797 Dark Slate Blue

📋 copy color: '#312797'

red 49 ◦ green 39 ◦ blue 151

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

Shades of Dark Slate Blue #312797

Tints of Dark Slate Blue #312797

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 63.18%

R = 20.5%
G = 16.32%
B = 63.18%

CMYK

 C value IS 0.68

 M value IS 0.74

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#312797 (or 0x312797) is known color: Dark Slate Blue. HEX triplet: 31, 27 and 97. RGB value is (49,39,151). Sum of RGB (Red+Green+Blue) = 49+39+151=239 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.50% from 239); Green value is 39 (15.62% from 255 or 16.32% from 239); Blue value is 151 (59.38% from 255 or 63.18% from 239); Max value from RGB is 151 - color contains mainly: blue. Hex color #312797 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312797 is #CED868. Grayscale: #363636. Windows color (decimal): -13555817 or 9905969. OLE color: 9905969.

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

Color convert

RGB 49 39 151 -
CMYK 0.68 0.74 0 0.41
HSL 245.36º 0.59% 0.37% -
HSV(B) 245.36º 0.74% 0.59% -
XYZ 7.58 4.34 29.72 -
YUV 54.76 182.31 123.89 -
System Red Green Blue C M Y K H S L
Decimal 49 39 151 0.68 0.74 0 0.41 245.36 0.59 0.37
Hex 31 27 97 44 4A 0 29 F5 3B 25
Octal 61 47 227 104 112 0 51 365 73 45
Binary 110001 100111 10010111 1000100 1001010 0 101001 11110101 111011 100101

Color Harmonies of #312797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312797

Black with #312797

Text Example


Text Example

White with #312797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312797; }

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

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

background-color css

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

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

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

border-color css

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

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

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