Html Css Color HEX #313599 Dark Slate Blue

📋 copy color: '#313599'

red 49 ◦ green 53 ◦ blue 153

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

Shades of Dark Slate Blue #313599

Tints of Dark Slate Blue #313599

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.78%

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

R = 19.22%
G = 20.78%
B = 60%

CMYK

 C value IS 0.68

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#313599 (or 0x313599) is known color: Dark Slate Blue. HEX triplet: 31, 35 and 99. RGB value is (49,53,153). Sum of RGB (Red+Green+Blue) = 49+53+153=255 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.22% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 153 (60.16% from 255 or 60% from 255); Max value from RGB is 153 - color contains mainly: blue. Hex color #313599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313599 is #CECA66. Grayscale: #3E3E3E. Windows color (decimal): -13552231 or 10040625. OLE color: 10040625.

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

Color convert

RGB 49 53 153 -
CMYK 0.68 0.65 0 0.4
HSL 237.69º 0.51% 0.4% -
HSV(B) 237.69º 0.68% 0.6% -
XYZ 8.29 5.5 30.76 -
YUV 63.2 178.67 117.87 -
System Red Green Blue C M Y K H S L
Decimal 49 53 153 0.68 0.65 0 0.4 237.69 0.51 0.4
Hex 31 35 99 44 41 0 28 EE 33 28
Octal 61 65 231 104 101 0 50 356 63 50
Binary 110001 110101 10011001 1000100 1000001 0 101000 11101110 110011 101000

Color Harmonies of #313599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313599

Black with #313599

Text Example


Text Example

White with #313599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313599; }

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

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

background-color css

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

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

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

border-color css

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

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

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