Html Css Color HEX #312790 Dark Slate Blue

📋 copy color: '#312790'

red 49 ◦ green 39 ◦ blue 144

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

Shades of Dark Slate Blue #312790

Tints of Dark Slate Blue #312790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 62.07%

R = 21.12%
G = 16.81%
B = 62.07%

CMYK

 C value IS 0.66

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#312790 (or 0x312790) is known color: Dark Slate Blue. HEX triplet: 31, 27 and 90. RGB value is (49,39,144). Sum of RGB (Red+Green+Blue) = 49+39+144=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 144 (56.64% from 255 or 62.07% from 232); Max value from RGB is 144 - color contains mainly: blue. Hex color #312790 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312790 is #CED86F. Grayscale: #353535. Windows color (decimal): -13555824 or 9447217. OLE color: 9447217.

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

Color convert

RGB 49 39 144 -
CMYK 0.66 0.73 0 0.44
HSL 245.71º 0.57% 0.36% -
HSV(B) 245.71º 0.73% 0.56% -
XYZ 7.03 4.12 26.81 -
YUV 53.96 178.81 124.46 -
System Red Green Blue C M Y K H S L
Decimal 49 39 144 0.66 0.73 0 0.44 245.71 0.57 0.36
Hex 31 27 90 42 49 0 2C F6 39 24
Octal 61 47 220 102 111 0 54 366 71 44
Binary 110001 100111 10010000 1000010 1001001 0 101100 11110110 111001 100100

Color Harmonies of #312790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312790

Black with #312790

Text Example


Text Example

White with #312790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312790; }

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

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

background-color css

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

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

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

border-color css

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

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

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