#42428B

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

Shades of Dark Slate Blue #42428B

Tints of Dark Slate Blue #42428B

Color information

#42428B (or 0x42428B) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 42 and 8B. RGB value is (66,66,139). Sum of RGB (Red+Green+Blue) = 66+66+139=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 139 (54.69% from 255 or 51.29% from 271); Max value from RGB is 139 - color contains mainly: blue. Hex color #42428B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42428B is #BDBD74. Grayscale: #4A4A4A. Windows color (decimal): -12434805 or 9126466. OLE color: 9126466.

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

Color convert

RGB6666139-
CMYK0.530.5300.45
HSL240º35.61%40.2%-
HSV(B)240º52.52%54.51%-
XYZ8.866.9225.29-
YUV74.32164.5122.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.35%
GREEN value IS 66 (26.17% from 255) = 24.35%
BLUE value IS 139 (54.69% from 255) = 51.29%
R=24.35%
G=24.35%
B=51.29%

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
Decimal66661390.530.5300.4524035.6140.2
Hex42428B353502Df02428
Octal10210221365650553604450
Binary1000010100001010001011110101110101010110111110000100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42428B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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