Html Css Color HEX #403886 Dark Slate Blue

📋 copy color: '#403886'

red 64 ◦ green 56 ◦ blue 134

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

Shades of Dark Slate Blue #403886

Tints of Dark Slate Blue #403886

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.05%

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

R = 25.2%
G = 22.05%
B = 52.76%

CMYK

 C value IS 0.52

 M value IS 0.58

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#403886 (or 0x403886) is known color: Dark Slate Blue. HEX triplet: 40, 38 and 86. RGB value is (64,56,134). Sum of RGB (Red+Green+Blue) = 64+56+134=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 56 (22.27% from 255 or 22.05% from 254); Blue value is 134 (52.73% from 255 or 52.76% from 254); Max value from RGB is 134 - color contains mainly: blue. Hex color #403886 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403886 is #BFC779. Grayscale: #424242. Windows color (decimal): -12568442 or 8796224. OLE color: 8796224.

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

Color convert

RGB 64 56 134 -
CMYK 0.52 0.58 0 0.47
HSL 246.15º 0.41% 0.37% -
HSV(B) 246.15º 0.58% 0.53% -
XYZ 7.83 5.64 23.23 -
YUV 67.28 165.65 125.66 -
System Red Green Blue C M Y K H S L
Decimal 64 56 134 0.52 0.58 0 0.47 246.15 0.41 0.37
Hex 40 38 86 34 3A 0 2F F6 29 25
Octal 100 70 206 64 72 0 57 366 51 45
Binary 1000000 111000 10000110 110100 111010 0 101111 11110110 101001 100101

Color Harmonies of #403886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403886

Black with #403886

Text Example


Text Example

White with #403886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403886; }

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

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

background-color css

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

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

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

border-color css

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

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

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