Html Css Color HEX #40318D Dark Slate Blue

📋 copy color: '#40318D'

red 64 ◦ green 49 ◦ blue 141

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

Shades of Dark Slate Blue #40318D

Tints of Dark Slate Blue #40318D

RGB

 RED value IS 64 (25.39% from 255) = 25.2%

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

 BLUE value IS 141 (55.47% from 255) = 55.51%

R = 25.2%
G = 19.29%
B = 55.51%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40318D (or 0x40318D) is known color: Dark Slate Blue. HEX triplet: 40, 31 and 8D. RGB value is (64,49,141). Sum of RGB (Red+Green+Blue) = 64+49+141=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 141 (55.47% from 255 or 55.51% from 254); Max value from RGB is 141 - color contains mainly: blue. Hex color #40318D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40318D is #BFCE72. Grayscale: #3F3F3F. Windows color (decimal): -12570227 or 9253184. OLE color: 9253184.

HSL color Cylindrical-coordinate representation of color #40318D: hue angle of 249.78º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40318D is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 49 141 -
CMYK 0.55 0.65 0 0.45
HSL 249.78º 0.48% 0.37% -
HSV(B) 249.78º 0.65% 0.55% -
XYZ 8.02 5.21 25.78 -
YUV 63.97 171.47 128.02 -
System Red Green Blue C M Y K H S L
Decimal 64 49 141 0.55 0.65 0 0.45 249.78 0.48 0.37
Hex 40 31 8D 37 41 0 2D FA 30 25
Octal 100 61 215 67 101 0 55 372 60 45
Binary 1000000 110001 10001101 110111 1000001 0 101101 11111010 110000 100101

Color Harmonies of #40318D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40318D

Black with #40318D

Text Example


Text Example

White with #40318D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40318D; }

 p { color: rgb(64,49,141); }

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

background-color css

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

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

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

border-color css

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

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

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