#40419F

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

Shades of Dark Slate Blue #40419F

Tints of Dark Slate Blue #40419F

Color information

#40419F (or 0x40419F) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 41 and 9F. RGB value is (64,65,159). Sum of RGB (Red+Green+Blue) = 64+65+159=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 159 (62.5% from 255 or 55.21% from 288); Max value from RGB is 159 - color contains mainly: blue. Hex color #40419F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40419F is #BFBE60. Grayscale: #4B4B4B. Windows color (decimal): -12566113 or 10436928. OLE color: 10436928.

HSL color Cylindrical-coordinate representation of color #40419F: hue angle of 239.37º 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 #40419F is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6465159-
CMYK0.600.5900.38
HSL239.37º42.6%43.73%-
HSV(B)239.37º59.75%62.35%-
XYZ10.267.3733.68-
YUV75.42175.17119.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.22%
GREEN value IS 65 (25.78% from 255) = 22.57%
BLUE value IS 159 (62.5% from 255) = 55.21%
R=22.22%
G=22.57%
B=55.21%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal64651590.600.5900.38239.3742.643.73
Hex40419F3C3B026ef2b2c
Octal10010123774730463575354
Binary1000000100000110011111111100111011010011011101111101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40419F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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