#403B89

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

Shades of Dark Slate Blue #403B89

Tints of Dark Slate Blue #403B89

Color information

#403B89 (or 0x403B89) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 3B and 89. RGB value is (64,59,137). Sum of RGB (Red+Green+Blue) = 64+59+137=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 59 (23.44% from 255 or 22.69% from 260); Blue value is 137 (53.91% from 255 or 52.69% from 260); Max value from RGB is 137 - color contains mainly: blue. Hex color #403B89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403B89 is #BFC476. Grayscale: #454545. Windows color (decimal): -12567671 or 8993600. OLE color: 8993600.

HSL color Cylindrical-coordinate representation of color #403B89: hue angle of 243.85º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #403B89 is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6459137-
CMYK0.530.5700.46
HSL243.85º39.8%38.43%-
HSV(B)243.85º56.93%53.73%-
XYZ8.196.0224.4-
YUV69.39166.16124.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.62%
GREEN value IS 59 (23.44% from 255) = 22.69%
BLUE value IS 137 (53.91% from 255) = 52.69%
R=24.62%
G=22.69%
B=52.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal64591370.530.5700.46243.8539.838.43
Hex403B89353902Ef42826
Octal1007321165710563645046
Binary100000011101110001001110101111001010111011110100101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403B89; }

 p { color: rgb(64,59,137); }

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

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

 a { background-color: rgb(64,59,137); }

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

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

 span { border-color: rgb(64,59,137); }

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