#403287

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

Shades of Dark Slate Blue #403287

Tints of Dark Slate Blue #403287

Color information

#403287 (or 0x403287) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 32 and 87. RGB value is (64,50,135). Sum of RGB (Red+Green+Blue) = 64+50+135=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 135 (53.12% from 255 or 54.22% from 249); Max value from RGB is 135 - color contains mainly: blue. Hex color #403287 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403287 is #BFCD78. Grayscale: #3F3F3F. Windows color (decimal): -12569977 or 8860224. OLE color: 8860224.

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

Color convert

RGB6450135-
CMYK0.530.6300.47
HSL249.88º45.95%36.27%-
HSV(B)249.88º62.96%52.94%-
XYZ7.635.1223.51-
YUV63.88168.14128.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.70%
GREEN value IS 50 (19.92% from 255) = 20.08%
BLUE value IS 135 (53.12% from 255) = 54.22%
R=25.70%
G=20.08%
B=54.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64501350.530.6300.47249.8845.9536.27
Hex403287353F02Ffa2e24
Octal1006220765770573725644
Binary100000011001010000111110101111111010111111111010101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403287; }

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

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

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

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

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

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

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

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