#402E87

Color #402E87 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #402E87

Tints of Dark Slate Blue #402E87

Color information

#402E87 (or 0x402E87) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 2E and 87. RGB value is (64,46,135). Sum of RGB (Red+Green+Blue) = 64+46+135=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 46 (18.36% from 255 or 18.78% from 245); Blue value is 135 (53.12% from 255 or 55.10% from 245); Max value from RGB is 135 - color contains mainly: blue. Hex color #402E87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402E87 is #BFD178. Grayscale: #3D3D3D. Windows color (decimal): -12571001 or 8859200. OLE color: 8859200.

HSL color Cylindrical-coordinate representation of color #402E87: hue angle of 252.13º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #402E87 is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6446135-
CMYK0.530.6600.47
HSL252.13º49.17%35.49%-
HSV(B)252.13º65.93%52.94%-
XYZ7.464.7923.45-
YUV61.53169.46129.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.12%
GREEN value IS 46 (18.36% from 255) = 18.78%
BLUE value IS 135 (53.12% from 255) = 55.10%
R=26.12%
G=18.78%
B=55.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64461350.530.6600.47252.1349.1735.49
Hex402E87354202Ffc3123
Octal10056207651020573746143
Binary1000000101110100001111101011000010010111111111100110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402E87; }

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

 H1.HeaderClassName
 {
   color: #402E87;
 }
 .AnyTagClassName
 {
   color: #402E87;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #402E87;
 }
 .BgClassName
 {
   background-color: #402E87;
 }
</style>
border-color css

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

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

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