#403487

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

Shades of Dark Slate Blue #403487

Tints of Dark Slate Blue #403487

Color information

#403487 (or 0x403487) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 34 and 87. RGB value is (64,52,135). Sum of RGB (Red+Green+Blue) = 64+52+135=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 135 (53.12% from 255 or 53.78% from 251); Max value from RGB is 135 - color contains mainly: blue. Hex color #403487 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403487 is #BFCB78. Grayscale: #404040. Windows color (decimal): -12569465 or 8860736. OLE color: 8860736.

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

Color convert

RGB6452135-
CMYK0.530.6100.47
HSL248.67º44.39%36.67%-
HSV(B)248.67º61.48%52.94%-
XYZ7.725.323.54-
YUV65.05167.48127.25-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.50%
GREEN value IS 52 (20.70% from 255) = 20.72%
BLUE value IS 135 (53.12% from 255) = 53.78%
R=25.50%
G=20.72%
B=53.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64521350.530.6100.47248.6744.3936.67
Hex403487353D02Ff92c25
Octal1006420765750573715445
Binary100000011010010000111110101111101010111111111001101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403487; }

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

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

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

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

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

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

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

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