#403699

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

Shades of Dark Slate Blue #403699

Tints of Dark Slate Blue #403699

Color information

#403699 (or 0x403699) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 36 and 99. RGB value is (64,54,153). Sum of RGB (Red+Green+Blue) = 64+54+153=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 153 (60.16% from 255 or 56.46% from 271); Max value from RGB is 153 - color contains mainly: blue. Hex color #403699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403699 is #BFC966. Grayscale: #434343. Windows color (decimal): -12568935 or 10040896. OLE color: 10040896.

HSL color Cylindrical-coordinate representation of color #403699: hue angle of 246.06º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #403699 is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6454153-
CMYK0.580.6500.4
HSL246.06º47.83%40.59%-
HSV(B)246.06º64.71%60%-
XYZ9.186.0330.82-
YUV68.28175.81124.95-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.62%
GREEN value IS 54 (21.48% from 255) = 19.93%
BLUE value IS 153 (60.16% from 255) = 56.46%
R=23.62%
G=19.93%
B=56.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal64541530.580.6500.4246.0647.8340.59
Hex4036993A41028f63029
Octal10066231721010503666051
Binary1000000110110100110011110101000001010100011110110110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403699; }

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

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

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

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

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

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

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

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