#403695

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

Shades of Dark Slate Blue #403695

Tints of Dark Slate Blue #403695

Color information

#403695 (or 0x403695) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 36 and 95. RGB value is (64,54,149). Sum of RGB (Red+Green+Blue) = 64+54+149=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 149 (58.59% from 255 or 55.81% from 267); Max value from RGB is 149 - color contains mainly: blue. Hex color #403695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403695 is #BFC96A. Grayscale: #434343. Windows color (decimal): -12568939 or 9778752. OLE color: 9778752.

HSL color Cylindrical-coordinate representation of color #403695: hue angle of 246.32º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #403695 is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6454149-
CMYK0.570.6400.42
HSL246.32º46.8%39.8%-
HSV(B)246.32º63.76%58.43%-
XYZ8.865.929.11-
YUV67.82173.81125.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.97%
GREEN value IS 54 (21.48% from 255) = 20.22%
BLUE value IS 149 (58.59% from 255) = 55.81%
R=23.97%
G=20.22%
B=55.81%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64541490.570.6400.42246.3246.839.8
Hex403695394002Af62f28
Octal10066225711000523665750
Binary1000000110110100101011110011000000010101011110110101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403695; }

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

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

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

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

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

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

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

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