Shades of Dark Slate Blue #42428D
Tints of Dark Slate Blue #42428D
RGB
CMYK
RGB Variations
Color information
#42428D (or 0x42428D) is known color: 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
| RGB | 66 | 66 | 141 | - |
| CMYK | 0.53 | 0.53 | 0 | 0.45 |
| HSL | 240º | 0.36% | 0.41% | - |
| HSV(B) | 240º | 0.53% | 0.55% | - |
| XYZ | 9 | 6.98 | 26.07 | - |
| YUV | 74.55 | 165.5 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 66 | 141 | 0.53 | 0.53 | 0 | 0.45 | 240 | 0.36 | 0.41 |
| Hex | 42 | 42 | 8D | 35 | 35 | 0 | 2D | F0 | 24 | 29 |
| Octal | 102 | 102 | 215 | 65 | 65 | 0 | 55 | 360 | 44 | 51 |
| Binary | 1000010 | 1000010 | 10001101 | 110101 | 110101 | 0 | 101101 | 11110000 | 100100 | 101001 |
Color Harmonies of #42428D
Complementary color
Monochromatic Colors of #42428D
Black with #42428D
Text Example
Text Example
White with #42428D
Text Example
Text Example
HTML Codes & Css Web 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>