#403787

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

Shades of Dark Slate Blue #403787

Tints of Dark Slate Blue #403787

Color information

#403787 (or 0x403787) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 37 and 87. RGB value is (64,55,135). Sum of RGB (Red+Green+Blue) = 64+55+135=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 135 (53.12% from 255 or 53.15% from 254); Max value from RGB is 135 - color contains mainly: blue. Hex color #403787 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403787 is #BFC878. Grayscale: #424242. Windows color (decimal): -12568697 or 8861504. OLE color: 8861504.

HSL color Cylindrical-coordinate representation of color #403787: hue angle of 246.75º degrees, saturation: 0.42, 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 #403787 is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6455135-
CMYK0.530.5900.47
HSL246.75º42.11%37.25%-
HSV(B)246.75º59.26%52.94%-
XYZ7.855.5723.58-
YUV66.81166.48126-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.20%
GREEN value IS 55 (21.88% from 255) = 21.65%
BLUE value IS 135 (53.12% from 255) = 53.15%
R=25.20%
G=21.65%
B=53.15%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64551350.530.5900.47246.7542.1137.25
Hex403787353B02Ff72a25
Octal1006720765730573675245
Binary100000011011110000111110101111011010111111110111101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403787; }

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

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

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

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

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

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

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

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