#42409D

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

Shades of Dark Slate Blue #42409D

Tints of Dark Slate Blue #42409D

Color information

#42409D (or 0x42409D) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 40 and 9D. RGB value is (66,64,157). Sum of RGB (Red+Green+Blue) = 66+64+157=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 157 (61.72% from 255 or 54.70% from 287); Max value from RGB is 157 - color contains mainly: blue. Hex color #42409D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42409D is #BDBF62. Grayscale: #4A4A4A. Windows color (decimal): -12435299 or 10305602. OLE color: 10305602.

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

Color convert

RGB6664157-
CMYK0.580.5900.38
HSL241.29º42.08%43.33%-
HSV(B)241.29º59.24%61.57%-
XYZ10.177.2632.76-
YUV75.2174.16121.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.00%
GREEN value IS 64 (25.39% from 255) = 22.30%
BLUE value IS 157 (61.72% from 255) = 54.70%
R=23.00%
G=22.30%
B=54.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66641570.580.5900.38241.2942.0843.33
Hex42409D3A3B026f12a2b
Octal10210023572730463615253
Binary1000010100000010011101111010111011010011011110001101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42409D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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