#40409F

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

Shades of Dark Slate Blue #40409F

Tints of Dark Slate Blue #40409F

Color information

#40409F (or 0x40409F) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 40 and 9F. RGB value is (64,64,159). Sum of RGB (Red+Green+Blue) = 64+64+159=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 159 (62.5% from 255 or 55.40% from 287); Max value from RGB is 159 - color contains mainly: blue. Hex color #40409F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40409F is #BFBF60. Grayscale: #4A4A4A. Windows color (decimal): -12566369 or 10436672. OLE color: 10436672.

HSL color Cylindrical-coordinate representation of color #40409F: hue angle of 240º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40409F is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6464159-
CMYK0.600.6000.38
HSL240º42.6%43.73%-
HSV(B)240º59.75%62.35%-
XYZ10.217.2633.66-
YUV74.83175.5120.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.30%
GREEN value IS 64 (25.39% from 255) = 22.30%
BLUE value IS 159 (62.5% from 255) = 55.40%
R=22.30%
G=22.30%
B=55.40%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal64641590.600.6000.3824042.643.73
Hex40409F3C3C026f02b2c
Octal10010023774740463605354
Binary1000000100000010011111111100111100010011011110000101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40409F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40409F; }

 p { color: rgb(64,64,159); }

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

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

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

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

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

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

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