Html Css Color HEX #312597 Dark Slate Blue

📋 copy color: '#312597'

red 49 ◦ green 37 ◦ blue 151

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

Shades of Dark Slate Blue #312597

Tints of Dark Slate Blue #312597

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.61%

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

R = 20.68%
G = 15.61%
B = 63.71%

CMYK

 C value IS 0.68

 M value IS 0.75

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#312597 (or 0x312597) is known color: Dark Slate Blue. HEX triplet: 31, 25 and 97. RGB value is (49,37,151). Sum of RGB (Red+Green+Blue) = 49+37+151=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 151 (59.38% from 255 or 63.71% from 237); Max value from RGB is 151 - color contains mainly: blue. Hex color #312597 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312597 is #CEDA68. Grayscale: #353535. Windows color (decimal): -13556329 or 9905457. OLE color: 9905457.

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

Color convert

RGB 49 37 151 -
CMYK 0.68 0.75 0 0.41
HSL 246.32º 0.61% 0.37% -
HSV(B) 246.32º 0.75% 0.59% -
XYZ 7.51 4.21 29.69 -
YUV 53.58 182.98 124.73 -
System Red Green Blue C M Y K H S L
Decimal 49 37 151 0.68 0.75 0 0.41 246.32 0.61 0.37
Hex 31 25 97 44 4B 0 29 F6 3D 25
Octal 61 45 227 104 113 0 51 366 75 45
Binary 110001 100101 10010111 1000100 1001011 0 101001 11110110 111101 100101

Color Harmonies of #312597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312597

Black with #312597

Text Example


Text Example

White with #312597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312597; }

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

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

background-color css

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

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

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

border-color css

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

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

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