Html Css Color HEX #403887 Dark Slate Blue

📋 copy color: '#403887'

red 64 ◦ green 56 ◦ blue 135

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

Shades of Dark Slate Blue #403887

Tints of Dark Slate Blue #403887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 52.94%

R = 25.1%
G = 21.96%
B = 52.94%

CMYK

 C value IS 0.53

 M value IS 0.59

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#403887 (or 0x403887) is known color: Dark Slate Blue. HEX triplet: 40, 38 and 87. RGB value is (64,56,135). Sum of RGB (Red+Green+Blue) = 64+56+135=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 135 (53.12% from 255 or 52.94% from 255); Max value from RGB is 135 - color contains mainly: blue. Hex color #403887 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403887 is #BFC778. Grayscale: #434343. Windows color (decimal): -12568441 or 8861760. OLE color: 8861760.

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

Color convert

RGB 64 56 135 -
CMYK 0.53 0.59 0 0.47
HSL 246.08º 0.41% 0.37% -
HSV(B) 246.08º 0.59% 0.53% -
XYZ 7.9 5.67 23.6 -
YUV 67.4 166.15 125.58 -
System Red Green Blue C M Y K H S L
Decimal 64 56 135 0.53 0.59 0 0.47 246.08 0.41 0.37
Hex 40 38 87 35 3B 0 2F F6 29 25
Octal 100 70 207 65 73 0 57 366 51 45
Binary 1000000 111000 10000111 110101 111011 0 101111 11110110 101001 100101

Color Harmonies of #403887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403887

Black with #403887

Text Example


Text Example

White with #403887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403887; }

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

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

background-color css

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

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

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

border-color css

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

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

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