#403894

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

Shades of Dark Slate Blue #403894

Tints of Dark Slate Blue #403894

Color information

#403894 (or 0x403894) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 38 and 94. RGB value is (64,56,148). Sum of RGB (Red+Green+Blue) = 64+56+148=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 56 (22.27% from 255 or 20.90% from 268); Blue value is 148 (58.20% from 255 or 55.22% from 268); Max value from RGB is 148 - color contains mainly: blue. Hex color #403894 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403894 is #BFC76B. Grayscale: #444444. Windows color (decimal): -12568428 or 9713728. OLE color: 9713728.

HSL color Cylindrical-coordinate representation of color #403894: hue angle of 245.22º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #403894 is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6456148-
CMYK0.570.6200.42
HSL245.22º45.1%40%-
HSV(B)245.22º62.16%58.04%-
XYZ8.876.0628.72-
YUV68.88172.65124.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.88%
GREEN value IS 56 (22.27% from 255) = 20.90%
BLUE value IS 148 (58.20% from 255) = 55.22%
R=23.88%
G=20.90%
B=55.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64561480.570.6200.42245.2245.140
Hex403894393E02Af52d28
Octal1007022471760523655550
Binary100000011100010010100111001111110010101011110101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403894; }

 p { color: rgb(64,56,148); }

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

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

 a { background-color: rgb(64,56,148); }

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

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

 span { border-color: rgb(64,56,148); }

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