#42428D

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

Shades of Dark Slate Blue #42428D

Tints of Dark Slate Blue #42428D

Color information

#42428D (or 0x42428D) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 42 and 8D. RGB value is (66,66,141). Sum of RGB (Red+Green+Blue) = 66+66+141=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 141 (55.47% from 255 or 51.65% from 273); Max value from RGB is 141 - color contains mainly: blue. Hex color #42428D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42428D is #BDBD72. Grayscale: #4A4A4A. Windows color (decimal): -12434803 or 9257538. OLE color: 9257538.

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

Color convert

RGB6666141-
CMYK0.530.5300.45
HSL240º36.23%40.59%-
HSV(B)240º53.19%55.29%-
XYZ96.9826.07-
YUV74.55165.5121.9-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.18%
GREEN value IS 66 (26.17% from 255) = 24.18%
BLUE value IS 141 (55.47% from 255) = 51.65%
R=24.18%
G=24.18%
B=51.65%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66661410.530.5300.4524036.2340.59
Hex42428D353502Df02429
Octal10210221565650553604451
Binary1000010100001010001101110101110101010110111110000100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42428D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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