Html Css Color HEX #313199 Dark Slate Blue

📋 copy color: '#313199'

red 49 ◦ green 49 ◦ blue 153

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

Shades of Dark Slate Blue #313199

Tints of Dark Slate Blue #313199

RGB

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

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

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

R = 19.52%
G = 19.52%
B = 60.96%

CMYK

 C value IS 0.68

 M value IS 0.68

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#313199 (or 0x313199) is known color: Dark Slate Blue. HEX triplet: 31, 31 and 99. RGB value is (49,49,153). Sum of RGB (Red+Green+Blue) = 49+49+153=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 153 (60.16% from 255 or 60.96% from 251); Max value from RGB is 153 - color contains mainly: blue. Hex color #313199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313199 is #CECE66. Grayscale: #3C3C3C. Windows color (decimal): -13553255 or 10039601. OLE color: 10039601.

HSL color Cylindrical-coordinate representation of color #313199: hue angle of 240º 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 #313199 is Cyan = 0.68, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 49 153 -
CMYK 0.68 0.68 0 0.4
HSL 240º 0.51% 0.4% -
HSV(B) 240º 0.68% 0.6% -
XYZ 8.11 5.15 30.7 -
YUV 60.86 180 119.54 -
System Red Green Blue C M Y K H S L
Decimal 49 49 153 0.68 0.68 0 0.4 240 0.51 0.4
Hex 31 31 99 44 44 0 28 F0 33 28
Octal 61 61 231 104 104 0 50 360 63 50
Binary 110001 110001 10011001 1000100 1000100 0 101000 11110000 110011 101000

Color Harmonies of #313199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313199

Black with #313199

Text Example


Text Example

White with #313199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313199; }

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

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

background-color css

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

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

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

border-color css

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

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

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