Html Css Color HEX #31319E Dark Slate Blue

📋 copy color: '#31319E'

red 49 ◦ green 49 ◦ blue 158

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

Shades of Dark Slate Blue #31319E

Tints of Dark Slate Blue #31319E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.14%

 BLUE value IS 158 (62.11% from 255) = 61.72%

R = 19.14%
G = 19.14%
B = 61.72%

CMYK

 C value IS 0.69

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#31319E (or 0x31319E) is known color: Dark Slate Blue. HEX triplet: 31, 31 and 9E. RGB value is (49,49,158). Sum of RGB (Red+Green+Blue) = 49+49+158=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 158 (62.11% from 255 or 61.72% from 256); Max value from RGB is 158 - color contains mainly: blue. Hex color #31319E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31319E is #CECE61. Grayscale: #3C3C3C. Windows color (decimal): -13553250 or 10367281. OLE color: 10367281.

HSL color Cylindrical-coordinate representation of color #31319E: hue angle of 240º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31319E is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 49 158 -
CMYK 0.69 0.69 0 0.38
HSL 240º 0.53% 0.41% -
HSV(B) 240º 0.69% 0.62% -
XYZ 8.54 5.32 32.92 -
YUV 61.43 182.5 119.14 -
System Red Green Blue C M Y K H S L
Decimal 49 49 158 0.69 0.69 0 0.38 240 0.53 0.41
Hex 31 31 9E 45 45 0 26 F0 35 29
Octal 61 61 236 105 105 0 46 360 65 51
Binary 110001 110001 10011110 1000101 1000101 0 100110 11110000 110101 101001

Color Harmonies of #31319E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31319E

Black with #31319E

Text Example


Text Example

White with #31319E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31319E; }

 p { color: rgb(49,49,158); }

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

background-color css

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

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

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

border-color css

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

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

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