#403591

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

Shades of Dark Slate Blue #403591

Tints of Dark Slate Blue #403591

Color information

#403591 (or 0x403591) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 35 and 91. RGB value is (64,53,145). Sum of RGB (Red+Green+Blue) = 64+53+145=262 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.43% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 145 (57.03% from 255 or 55.34% from 262); Max value from RGB is 145 - color contains mainly: blue. Hex color #403591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403591 is #BFCA6E. Grayscale: #424242. Windows color (decimal): -12569199 or 9516352. OLE color: 9516352.

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

Color convert

RGB6453145-
CMYK0.560.6300.43
HSL247.17º46.46%38.82%-
HSV(B)247.17º63.45%56.86%-
XYZ8.55.6827.44-
YUV66.78172.14126.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.43%
GREEN value IS 53 (21.09% from 255) = 20.23%
BLUE value IS 145 (57.03% from 255) = 55.34%
R=24.43%
G=20.23%
B=55.34%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal64531450.560.6300.43247.1746.4638.82
Hex403591383F02Bf72e27
Octal1006522170770533675647
Binary100000011010110010001111000111111010101111110111101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403591; }

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

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

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

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

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

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

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

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