#40429E

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

Shades of Dark Slate Blue #40429E

Tints of Dark Slate Blue #40429E

Color information

#40429E (or 0x40429E) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 42 and 9E. RGB value is (64,66,158). Sum of RGB (Red+Green+Blue) = 64+66+158=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 158 (62.11% from 255 or 54.86% from 288); Max value from RGB is 158 - color contains mainly: blue. Hex color #40429E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40429E is #BFBD61. Grayscale: #4B4B4B. Windows color (decimal): -12565858 or 10371648. OLE color: 10371648.

HSL color Cylindrical-coordinate representation of color #40429E: hue angle of 238.72º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40429E is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6466158-
CMYK0.590.5800.38
HSL238.72º42.34%43.53%-
HSV(B)238.72º59.49%61.96%-
XYZ10.237.4633.25-
YUV75.89174.34119.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.22%
GREEN value IS 66 (26.17% from 255) = 22.92%
BLUE value IS 158 (62.11% from 255) = 54.86%
R=22.22%
G=22.92%
B=54.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal64661580.590.5800.38238.7242.3443.53
Hex40429E3B3A026ef2a2c
Octal10010223673720463575254
Binary1000000100001010011110111011111010010011011101111101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40429E; }

 p { color: rgb(64,66,158); }

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

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

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

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

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

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

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