Html Css Color HEX #312799 Dark Slate Blue

📋 copy color: '#312799'

red 49 ◦ green 39 ◦ blue 153

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

Shades of Dark Slate Blue #312799

Tints of Dark Slate Blue #312799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 63.49%

R = 20.33%
G = 16.18%
B = 63.49%

CMYK

 C value IS 0.68

 M value IS 0.75

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#312799 (or 0x312799) is known color: Dark Slate Blue. HEX triplet: 31, 27 and 99. RGB value is (49,39,153). Sum of RGB (Red+Green+Blue) = 49+39+153=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 153 (60.16% from 255 or 63.49% from 241); Max value from RGB is 153 - color contains mainly: blue. Hex color #312799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312799 is #CED866. Grayscale: #363636. Windows color (decimal): -13555815 or 10037041. OLE color: 10037041.

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

Color convert

RGB 49 39 153 -
CMYK 0.68 0.75 0 0.4
HSL 245.26º 0.59% 0.38% -
HSV(B) 245.26º 0.75% 0.6% -
XYZ 7.74 4.4 30.58 -
YUV 54.99 183.31 123.73 -
System Red Green Blue C M Y K H S L
Decimal 49 39 153 0.68 0.75 0 0.4 245.26 0.59 0.38
Hex 31 27 99 44 4B 0 28 F5 3B 26
Octal 61 47 231 104 113 0 50 365 73 46
Binary 110001 100111 10011001 1000100 1001011 0 101000 11110101 111011 100110

Color Harmonies of #312799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312799

Black with #312799

Text Example


Text Example

White with #312799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312799; }

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

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

background-color css

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

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

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

border-color css

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

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

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