#403C89

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

Shades of Dark Slate Blue #403C89

Tints of Dark Slate Blue #403C89

Color information

#403C89 (or 0x403C89) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 3C and 89. RGB value is (64,60,137). Sum of RGB (Red+Green+Blue) = 64+60+137=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 60 (23.83% from 255 or 22.99% from 261); Blue value is 137 (53.91% from 255 or 52.49% from 261); Max value from RGB is 137 - color contains mainly: blue. Hex color #403C89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403C89 is #BFC376. Grayscale: #454545. Windows color (decimal): -12567415 or 8993856. OLE color: 8993856.

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

Color convert

RGB6460137-
CMYK0.530.5600.46
HSL243.12º39.09%38.63%-
HSV(B)243.12º56.2%53.73%-
XYZ8.256.1324.42-
YUV69.97165.83123.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.52%
GREEN value IS 60 (23.83% from 255) = 22.99%
BLUE value IS 137 (53.91% from 255) = 52.49%
R=24.52%
G=22.99%
B=52.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal64601370.530.5600.46243.1239.0938.63
Hex403C89353802Ef32727
Octal1007421165700563634747
Binary100000011110010001001110101111000010111011110011100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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