Html Css Color HEX #312990 Dark Slate Blue

📋 copy color: '#312990'

red 49 ◦ green 41 ◦ blue 144

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

Shades of Dark Slate Blue #312990

Tints of Dark Slate Blue #312990

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.52%

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

R = 20.94%
G = 17.52%
B = 61.54%

CMYK

 C value IS 0.66

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#312990 (or 0x312990) is known color: Dark Slate Blue. HEX triplet: 31, 29 and 90. RGB value is (49,41,144). Sum of RGB (Red+Green+Blue) = 49+41+144=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 144 (56.64% from 255 or 61.54% from 234); Max value from RGB is 144 - color contains mainly: blue. Hex color #312990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312990 is #CED66F. Grayscale: #363636. Windows color (decimal): -13555312 or 9447729. OLE color: 9447729.

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

Color convert

RGB 49 41 144 -
CMYK 0.66 0.72 0 0.44
HSL 244.66º 0.56% 0.36% -
HSV(B) 244.66º 0.72% 0.56% -
XYZ 7.09 4.25 26.83 -
YUV 55.13 178.15 123.62 -
System Red Green Blue C M Y K H S L
Decimal 49 41 144 0.66 0.72 0 0.44 244.66 0.56 0.36
Hex 31 29 90 42 48 0 2C F5 38 24
Octal 61 51 220 102 110 0 54 365 70 44
Binary 110001 101001 10010000 1000010 1001000 0 101100 11110101 111000 100100

Color Harmonies of #312990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312990

Black with #312990

Text Example


Text Example

White with #312990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312990; }

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

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

background-color css

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

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

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

border-color css

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

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

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