Html Css Color HEX #403986 Dark Slate Blue

📋 copy color: '#403986'

red 64 ◦ green 57 ◦ blue 134

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

Shades of Dark Slate Blue #403986

Tints of Dark Slate Blue #403986

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.35%

 BLUE value IS 134 (52.73% from 255) = 52.55%

R = 25.1%
G = 22.35%
B = 52.55%

CMYK

 C value IS 0.52

 M value IS 0.57

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#403986 (or 0x403986) is known color: Dark Slate Blue. HEX triplet: 40, 39 and 86. RGB value is (64,57,134). Sum of RGB (Red+Green+Blue) = 64+57+134=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 134 (52.73% from 255 or 52.55% from 255); Max value from RGB is 134 - color contains mainly: blue. Hex color #403986 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403986 is #BFC679. Grayscale: #434343. Windows color (decimal): -12568186 or 8796480. OLE color: 8796480.

HSL color Cylindrical-coordinate representation of color #403986: hue angle of 245.45º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #403986 is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 57 134 -
CMYK 0.52 0.57 0 0.47
HSL 245.45º 0.4% 0.37% -
HSV(B) 245.45º 0.57% 0.53% -
XYZ 7.88 5.74 23.25 -
YUV 67.87 165.32 125.24 -
System Red Green Blue C M Y K H S L
Decimal 64 57 134 0.52 0.57 0 0.47 245.45 0.4 0.37
Hex 40 39 86 34 39 0 2F F5 28 25
Octal 100 71 206 64 71 0 57 365 50 45
Binary 1000000 111001 10000110 110100 111001 0 101111 11110101 101000 100101

Color Harmonies of #403986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403986

Black with #403986

Text Example


Text Example

White with #403986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403986; }

 p { color: rgb(64,57,134); }

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

background-color css

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

 a { background-color: rgb(64,57,134); }

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

border-color css

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

 span { border-color: rgb(64,57,134); }

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