#42439B

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

Shades of Dark Slate Blue #42439B

Tints of Dark Slate Blue #42439B

Color information

#42439B (or 0x42439B) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 43 and 9B. RGB value is (66,67,155). Sum of RGB (Red+Green+Blue) = 66+67+155=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 155 (60.94% from 255 or 53.82% from 288); Max value from RGB is 155 - color contains mainly: blue. Hex color #42439B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42439B is #BDBC64. Grayscale: #4C4C4C. Windows color (decimal): -12434533 or 10175298. OLE color: 10175298.

HSL color Cylindrical-coordinate representation of color #42439B: hue angle of 239.33º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42439B is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6667155-
CMYK0.570.5700.39
HSL239.33º40.27%43.33%-
HSV(B)239.33º57.42%60.78%-
XYZ10.177.5431.93-
YUV76.73172.17120.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.92%
GREEN value IS 67 (26.56% from 255) = 23.26%
BLUE value IS 155 (60.94% from 255) = 53.82%
R=22.92%
G=23.26%
B=53.82%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal66671550.570.5700.39239.3340.2743.33
Hex42439B3939027ef282b
Octal10210323371710473575053
Binary1000010100001110011011111001111001010011111101111101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42439B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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