#403a89

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

Shades of Dark Slate Blue #403A89

Tints of Dark Slate Blue #403A89

Color information

#403A89 (or 0x403A89) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 3A and 89. RGB value is (64,58,137). Sum of RGB (Red+Green+Blue) = 64+58+137=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 137 (53.91% from 255 or 52.90% from 259); Max value from RGB is 137 - color contains mainly: blue. Hex color #403A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403A89 is #BFC576. Grayscale: #444444. Windows color (decimal): -12567927 or 8993344. OLE color: 8993344.

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

Color convert

RGB6458137-
CMYK0.530.5800.46
HSL244.56º40.51%38.24%-
HSV(B)244.56º57.66%53.73%-
XYZ8.145.9224.38-
YUV68.8166.49124.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.71%
GREEN value IS 58 (23.05% from 255) = 22.39%
BLUE value IS 137 (53.91% from 255) = 52.90%
R=24.71%
G=22.39%
B=52.90%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal64581370.530.5800.46244.5640.5138.24
Hex403A89353A02Ef52926
Octal1007221165720563655146
Binary100000011101010001001110101111010010111011110101101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403a89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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