#403693

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

Shades of Dark Slate Blue #403693

Tints of Dark Slate Blue #403693

Color information

#403693 (or 0x403693) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 36 and 93. RGB value is (64,54,147). Sum of RGB (Red+Green+Blue) = 64+54+147=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 147 (57.81% from 255 or 55.47% from 265); Max value from RGB is 147 - color contains mainly: blue. Hex color #403693 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403693 is #BFC96C. Grayscale: #434343. Windows color (decimal): -12568941 or 9647680. OLE color: 9647680.

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

Color convert

RGB6454147-
CMYK0.560.6300.42
HSL246.45º46.27%39.41%-
HSV(B)246.45º63.27%57.65%-
XYZ8.75.8328.27-
YUV67.59172.81125.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.15%
GREEN value IS 54 (21.48% from 255) = 20.38%
BLUE value IS 147 (57.81% from 255) = 55.47%
R=24.15%
G=20.38%
B=55.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64541470.560.6300.42246.4546.2739.41
Hex403693383F02Af62e27
Octal1006622370770523665647
Binary100000011011010010011111000111111010101011110110101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403693; }

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

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

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

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

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

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

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

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