#403891

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

Shades of Dark Slate Blue #403891

Tints of Dark Slate Blue #403891

Color information

#403891 (or 0x403891) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 38 and 91. RGB value is (64,56,145). Sum of RGB (Red+Green+Blue) = 64+56+145=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 145 (57.03% from 255 or 54.72% from 265); Max value from RGB is 145 - color contains mainly: blue. Hex color #403891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403891 is #BFC76E. Grayscale: #444444. Windows color (decimal): -12568431 or 9517120. OLE color: 9517120.

HSL color Cylindrical-coordinate representation of color #403891: hue angle of 245.39º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #403891 is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6456145-
CMYK0.560.6100.43
HSL245.39º44.28%39.41%-
HSV(B)245.39º61.38%56.86%-
XYZ8.645.9627.48-
YUV68.54171.15124.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.15%
GREEN value IS 56 (22.27% from 255) = 21.13%
BLUE value IS 145 (57.03% from 255) = 54.72%
R=24.15%
G=21.13%
B=54.72%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal64561450.560.6100.43245.3944.2839.41
Hex403891383D02Bf52c27
Octal1007022170750533655447
Binary100000011100010010001111000111101010101111110101101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403891; }

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

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

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

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

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

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

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

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