Html Css Color HEX #313499 Dark Slate Blue

📋 copy color: '#313499'

red 49 ◦ green 52 ◦ blue 153

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

Shades of Dark Slate Blue #313499

Tints of Dark Slate Blue #313499

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.47%

 BLUE value IS 153 (60.16% from 255) = 60.24%

R = 19.29%
G = 20.47%
B = 60.24%

CMYK

 C value IS 0.68

 M value IS 0.66

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#313499 (or 0x313499) is known color: Dark Slate Blue. HEX triplet: 31, 34 and 99. RGB value is (49,52,153). Sum of RGB (Red+Green+Blue) = 49+52+153=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 153 (60.16% from 255 or 60.24% from 254); Max value from RGB is 153 - color contains mainly: blue. Hex color #313499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313499 is #CECB66. Grayscale: #3E3E3E. Windows color (decimal): -13552487 or 10040369. OLE color: 10040369.

HSL color Cylindrical-coordinate representation of color #313499: hue angle of 238.27º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #313499 is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 52 153 -
CMYK 0.68 0.66 0 0.4
HSL 238.27º 0.51% 0.4% -
HSV(B) 238.27º 0.68% 0.6% -
XYZ 8.24 5.41 30.75 -
YUV 62.62 179.01 118.29 -
System Red Green Blue C M Y K H S L
Decimal 49 52 153 0.68 0.66 0 0.4 238.27 0.51 0.4
Hex 31 34 99 44 42 0 28 EE 33 28
Octal 61 64 231 104 102 0 50 356 63 50
Binary 110001 110100 10011001 1000100 1000010 0 101000 11101110 110011 101000

Color Harmonies of #313499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313499

Black with #313499

Text Example


Text Example

White with #313499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313499; }

 p { color: rgb(49,52,153); }

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

background-color css

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

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

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

border-color css

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

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

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