#403791

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

Shades of Dark Slate Blue #403791

Tints of Dark Slate Blue #403791

Color information

#403791 (or 0x403791) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 37 and 91. RGB value is (64,55,145). Sum of RGB (Red+Green+Blue) = 64+55+145=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 145 (57.03% from 255 or 54.92% from 264); Max value from RGB is 145 - color contains mainly: blue. Hex color #403791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403791 is #BFC86E. Grayscale: #434343. Windows color (decimal): -12568687 or 9516864. OLE color: 9516864.

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

Color convert

RGB6455145-
CMYK0.560.6200.43
HSL246º45%39.22%-
HSV(B)246º62.07%56.86%-
XYZ8.595.8727.47-
YUV67.95171.48125.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.24%
GREEN value IS 55 (21.88% from 255) = 20.83%
BLUE value IS 145 (57.03% from 255) = 54.92%
R=24.24%
G=20.83%
B=54.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal64551450.560.6200.432464539.22
Hex403791383E02Bf62d27
Octal1006722170760533665547
Binary100000011011110010001111000111110010101111110110101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403791; }

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

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

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

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

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

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

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

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