#42408D

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

Shades of Dark Slate Blue #42408D

Tints of Dark Slate Blue #42408D

Color information

#42408D (or 0x42408D) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 40 and 8D. RGB value is (66,64,141). Sum of RGB (Red+Green+Blue) = 66+64+141=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #42408D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42408D is #BDBF72. Grayscale: #494949. Windows color (decimal): -12435315 or 9257026. OLE color: 9257026.

HSL color Cylindrical-coordinate representation of color #42408D: hue angle of 241.56º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42408D is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6664141-
CMYK0.530.5500.45
HSL241.56º37.56%40.2%-
HSV(B)241.56º54.61%55.29%-
XYZ8.896.7526.03-
YUV73.38166.16122.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.35%
GREEN value IS 64 (25.39% from 255) = 23.62%
BLUE value IS 141 (55.47% from 255) = 52.03%
R=24.35%
G=23.62%
B=52.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66641410.530.5500.45241.5637.5640.2
Hex42408D353702Df22628
Octal10210021565670553624650
Binary1000010100000010001101110101110111010110111110010100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42408D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42408D; }

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

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

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

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

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

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

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

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