Html Css Color HEX #312792 Dark Slate Blue

📋 copy color: '#312792'

red 49 ◦ green 39 ◦ blue 146

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

Shades of Dark Slate Blue #312792

Tints of Dark Slate Blue #312792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 62.39%

R = 20.94%
G = 16.67%
B = 62.39%

CMYK

 C value IS 0.66

 M value IS 0.73

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#312792 (or 0x312792) is known color: Dark Slate Blue. HEX triplet: 31, 27 and 92. RGB value is (49,39,146). Sum of RGB (Red+Green+Blue) = 49+39+146=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 39 (15.62% from 255 or 16.67% from 234); Blue value is 146 (57.42% from 255 or 62.39% from 234); Max value from RGB is 146 - color contains mainly: blue. Hex color #312792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312792 is #CED86D. Grayscale: #353535. Windows color (decimal): -13555822 or 9578289. OLE color: 9578289.

HSL color Cylindrical-coordinate representation of color #312792: hue angle of 245.61º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #312792 is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 39 146 -
CMYK 0.66 0.73 0 0.43
HSL 245.61º 0.58% 0.36% -
HSV(B) 245.61º 0.73% 0.57% -
XYZ 7.18 4.18 27.62 -
YUV 54.19 179.81 124.3 -
System Red Green Blue C M Y K H S L
Decimal 49 39 146 0.66 0.73 0 0.43 245.61 0.58 0.36
Hex 31 27 92 42 49 0 2B F6 3A 24
Octal 61 47 222 102 111 0 53 366 72 44
Binary 110001 100111 10010010 1000010 1001001 0 101011 11110110 111010 100100

Color Harmonies of #312792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312792

Black with #312792

Text Example


Text Example

White with #312792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312792; }

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

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

background-color css

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

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

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

border-color css

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

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

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