Html Css Color HEX #312796 Dark Slate Blue

📋 copy color: '#312796'

red 49 ◦ green 39 ◦ blue 150

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

Shades of Dark Slate Blue #312796

Tints of Dark Slate Blue #312796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 63.03%

R = 20.59%
G = 16.39%
B = 63.03%

CMYK

 C value IS 0.67

 M value IS 0.74

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#312796 (or 0x312796) is known color: Dark Slate Blue. HEX triplet: 31, 27 and 96. RGB value is (49,39,150). Sum of RGB (Red+Green+Blue) = 49+39+150=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 150 (58.98% from 255 or 63.03% from 238); Max value from RGB is 150 - color contains mainly: blue. Hex color #312796 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312796 is #CED869. Grayscale: #363636. Windows color (decimal): -13555818 or 9840433. OLE color: 9840433.

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

Color convert

RGB 49 39 150 -
CMYK 0.67 0.74 0 0.41
HSL 245.41º 0.59% 0.37% -
HSV(B) 245.41º 0.74% 0.59% -
XYZ 7.5 4.31 29.29 -
YUV 54.64 181.81 123.97 -
System Red Green Blue C M Y K H S L
Decimal 49 39 150 0.67 0.74 0 0.41 245.41 0.59 0.37
Hex 31 27 96 43 4A 0 29 F5 3B 25
Octal 61 47 226 103 112 0 51 365 73 45
Binary 110001 100111 10010110 1000011 1001010 0 101001 11110101 111011 100101

Color Harmonies of #312796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312796

Black with #312796

Text Example


Text Example

White with #312796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312796; }

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

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

background-color css

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

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

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

border-color css

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

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

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