#403691

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

Shades of Dark Slate Blue #403691

Tints of Dark Slate Blue #403691

Color information

#403691 (or 0x403691) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 36 and 91. RGB value is (64,54,145). Sum of RGB (Red+Green+Blue) = 64+54+145=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 54 (21.48% from 255 or 20.53% from 263); Blue value is 145 (57.03% from 255 or 55.13% from 263); Max value from RGB is 145 - color contains mainly: blue. Hex color #403691 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403691 is #BFC96E. Grayscale: #434343. Windows color (decimal): -12568943 or 9516608. OLE color: 9516608.

HSL color Cylindrical-coordinate representation of color #403691: hue angle of 246.59º 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 #403691 is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6454145-
CMYK0.560.6300.43
HSL246.59º45.73%39.02%-
HSV(B)246.59º62.76%56.86%-
XYZ8.545.7727.45-
YUV67.36171.81125.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.33%
GREEN value IS 54 (21.48% from 255) = 20.53%
BLUE value IS 145 (57.03% from 255) = 55.13%
R=24.33%
G=20.53%
B=55.13%

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
Decimal64541450.560.6300.43246.5945.7339.02
Hex403691383F02Bf72e27
Octal1006622170770533675647
Binary100000011011010010001111000111111010101111110111101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403691; }

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

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

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

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

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

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

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

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