Html Css Color HEX #312497 Dark Slate Blue

📋 copy color: '#312497'

red 49 ◦ green 36 ◦ blue 151

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

Shades of Dark Slate Blue #312497

Tints of Dark Slate Blue #312497

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.25%

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

R = 20.76%
G = 15.25%
B = 63.98%

CMYK

 C value IS 0.68

 M value IS 0.76

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#312497 (or 0x312497) is known color: Dark Slate Blue. HEX triplet: 31, 24 and 97. RGB value is (49,36,151). Sum of RGB (Red+Green+Blue) = 49+36+151=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 151 (59.38% from 255 or 63.98% from 236); Max value from RGB is 151 - color contains mainly: blue. Hex color #312497 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312497 is #CEDB68. Grayscale: #343434. Windows color (decimal): -13556585 or 9905201. OLE color: 9905201.

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

Color convert

RGB 49 36 151 -
CMYK 0.68 0.76 0 0.41
HSL 246.78º 0.61% 0.37% -
HSV(B) 246.78º 0.76% 0.59% -
XYZ 7.48 4.15 29.68 -
YUV 53 183.31 125.15 -
System Red Green Blue C M Y K H S L
Decimal 49 36 151 0.68 0.76 0 0.41 246.78 0.61 0.37
Hex 31 24 97 44 4C 0 29 F7 3D 25
Octal 61 44 227 104 114 0 51 367 75 45
Binary 110001 100100 10010111 1000100 1001100 0 101001 11110111 111101 100101

Color Harmonies of #312497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312497

Black with #312497

Text Example


Text Example

White with #312497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312497; }

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

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

background-color css

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

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

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

border-color css

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

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

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