#42439D

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

Shades of Dark Slate Blue #42439D

Tints of Dark Slate Blue #42439D

Color information

#42439D (or 0x42439D) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 43 and 9D. RGB value is (66,67,157). Sum of RGB (Red+Green+Blue) = 66+67+157=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 157 (61.72% from 255 or 54.14% from 290); Max value from RGB is 157 - color contains mainly: blue. Hex color #42439D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42439D is #BDBC62. Grayscale: #4C4C4C. Windows color (decimal): -12434531 or 10306370. OLE color: 10306370.

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

Color convert

RGB6667157-
CMYK0.580.5700.38
HSL239.34º40.81%43.73%-
HSV(B)239.34º57.96%61.57%-
XYZ10.347.6132.82-
YUV76.96173.17120.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.76%
GREEN value IS 67 (26.56% from 255) = 23.10%
BLUE value IS 157 (61.72% from 255) = 54.14%
R=22.76%
G=23.10%
B=54.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66671570.580.5700.38239.3440.8143.73
Hex42439D3A39026ef292c
Octal10210323572710463575154
Binary1000010100001110011101111010111001010011011101111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42439D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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