Html Css Color HEX #312397 Dark Slate Blue

📋 copy color: '#312397'

red 49 ◦ green 35 ◦ blue 151

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

Shades of Dark Slate Blue #312397

Tints of Dark Slate Blue #312397

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.89%

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

R = 20.85%
G = 14.89%
B = 64.26%

CMYK

 C value IS 0.68

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#312397 (or 0x312397) is known color: Dark Slate Blue. HEX triplet: 31, 23 and 97. RGB value is (49,35,151). Sum of RGB (Red+Green+Blue) = 49+35+151=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 151 (59.38% from 255 or 64.26% from 235); Max value from RGB is 151 - color contains mainly: blue. Hex color #312397 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312397 is #CEDC68. Grayscale: #333333. Windows color (decimal): -13556841 or 9904945. OLE color: 9904945.

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

Color convert

RGB 49 35 151 -
CMYK 0.68 0.77 0 0.41
HSL 247.24º 0.62% 0.36% -
HSV(B) 247.24º 0.77% 0.59% -
XYZ 7.45 4.09 29.67 -
YUV 52.41 183.64 125.57 -
System Red Green Blue C M Y K H S L
Decimal 49 35 151 0.68 0.77 0 0.41 247.24 0.62 0.36
Hex 31 23 97 44 4D 0 29 F7 3E 24
Octal 61 43 227 104 115 0 51 367 76 44
Binary 110001 100011 10010111 1000100 1001101 0 101001 11110111 111110 100100

Color Harmonies of #312397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312397

Black with #312397

Text Example


Text Example

White with #312397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312397; }

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

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

background-color css

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

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

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

border-color css

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

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

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