#403999

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

Shades of Dark Slate Blue #403999

Tints of Dark Slate Blue #403999

Color information

#403999 (or 0x403999) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 39 and 99. RGB value is (64,57,153). Sum of RGB (Red+Green+Blue) = 64+57+153=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 57 (22.66% from 255 or 20.80% from 274); Blue value is 153 (60.16% from 255 or 55.84% from 274); Max value from RGB is 153 - color contains mainly: blue. Hex color #403999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403999 is #BFC666. Grayscale: #454545. Windows color (decimal): -12568167 or 10041664. OLE color: 10041664.

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

Color convert

RGB6457153-
CMYK0.580.6300.4
HSL244.38º45.71%41.18%-
HSV(B)244.38º62.75%60%-
XYZ9.336.3230.86-
YUV70.04174.82123.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.36%
GREEN value IS 57 (22.66% from 255) = 20.80%
BLUE value IS 153 (60.16% from 255) = 55.84%
R=23.36%
G=20.80%
B=55.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal64571530.580.6300.4244.3845.7141.18
Hex4039993A3F028f42e29
Octal1007123172770503645651
Binary100000011100110011001111010111111010100011110100101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403999; }

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

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

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

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

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

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

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

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