Html Css Color HEX #403E8D Dark Slate Blue

📋 copy color: '#403E8D'

red 64 ◦ green 62 ◦ blue 141

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

Shades of Dark Slate Blue #403E8D

Tints of Dark Slate Blue #403E8D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.22%

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

R = 23.97%
G = 23.22%
B = 52.81%

CMYK

 C value IS 0.55

 M value IS 0.56

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#403E8D (or 0x403E8D) is known color: Dark Slate Blue. HEX triplet: 40, 3E and 8D. RGB value is (64,62,141). Sum of RGB (Red+Green+Blue) = 64+62+141=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 62 (24.61% from 255 or 23.22% from 267); Blue value is 141 (55.47% from 255 or 52.81% from 267); Max value from RGB is 141 - color contains mainly: blue. Hex color #403E8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403E8D is #BFC172. Grayscale: #474747. Windows color (decimal): -12566899 or 9256512. OLE color: 9256512.

HSL color Cylindrical-coordinate representation of color #403E8D: hue angle of 241.52º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #403E8D is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 62 141 -
CMYK 0.55 0.56 0 0.45
HSL 241.52º 0.39% 0.4% -
HSV(B) 241.52º 0.56% 0.55% -
XYZ 8.64 6.46 25.99 -
YUV 71.6 167.16 122.58 -
System Red Green Blue C M Y K H S L
Decimal 64 62 141 0.55 0.56 0 0.45 241.52 0.39 0.4
Hex 40 3E 8D 37 38 0 2D F2 27 28
Octal 100 76 215 67 70 0 55 362 47 50
Binary 1000000 111110 10001101 110111 111000 0 101101 11110010 100111 101000

Color Harmonies of #403E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403E8D

Black with #403E8D

Text Example


Text Example

White with #403E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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