Html Css Color HEX #313399 Dark Slate Blue

📋 copy color: '#313399'

red 49 ◦ green 51 ◦ blue 153

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

Shades of Dark Slate Blue #313399

Tints of Dark Slate Blue #313399

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.16%

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

R = 19.37%
G = 20.16%
B = 60.47%

CMYK

 C value IS 0.68

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#313399 (or 0x313399) is known color: Dark Slate Blue. HEX triplet: 31, 33 and 99. RGB value is (49,51,153). Sum of RGB (Red+Green+Blue) = 49+51+153=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 153 (60.16% from 255 or 60.47% from 253); Max value from RGB is 153 - color contains mainly: blue. Hex color #313399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313399 is #CECC66. Grayscale: #3D3D3D. Windows color (decimal): -13552743 or 10040113. OLE color: 10040113.

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

Color convert

RGB 49 51 153 -
CMYK 0.68 0.67 0 0.4
HSL 238.85º 0.51% 0.4% -
HSV(B) 238.85º 0.68% 0.6% -
XYZ 8.2 5.32 30.73 -
YUV 62.03 179.34 118.71 -
System Red Green Blue C M Y K H S L
Decimal 49 51 153 0.68 0.67 0 0.4 238.85 0.51 0.4
Hex 31 33 99 44 43 0 28 EF 33 28
Octal 61 63 231 104 103 0 50 357 63 50
Binary 110001 110011 10011001 1000100 1000011 0 101000 11101111 110011 101000

Color Harmonies of #313399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313399

Black with #313399

Text Example


Text Example

White with #313399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313399; }

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

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

background-color css

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

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

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

border-color css

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

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

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