#42408B

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

Shades of Dark Slate Blue #42408B

Tints of Dark Slate Blue #42408B

Color information

#42408B (or 0x42408B) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 40 and 8B. RGB value is (66,64,139). Sum of RGB (Red+Green+Blue) = 66+64+139=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 139 (54.69% from 255 or 51.67% from 269); Max value from RGB is 139 - color contains mainly: blue. Hex color #42408B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42408B is #BDBF74. Grayscale: #484848. Windows color (decimal): -12435317 or 9125954. OLE color: 9125954.

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

Color convert

RGB6664139-
CMYK0.530.5400.45
HSL241.6º36.95%39.8%-
HSV(B)241.6º53.96%54.51%-
XYZ8.746.6925.26-
YUV73.15165.16122.9-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.54%
GREEN value IS 64 (25.39% from 255) = 23.79%
BLUE value IS 139 (54.69% from 255) = 51.67%
R=24.54%
G=23.79%
B=51.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66641390.530.5400.45241.636.9539.8
Hex42408B353602Df22528
Octal10210021365660553624550
Binary1000010100000010001011110101110110010110111110010100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42408B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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