Shades of Dark Slate Blue #42428B
Tints of Dark Slate Blue #42428B
RGB
CMYK
RGB Variations
Color information
#42428B (or 0x42428B) is known color: 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
| RGB | 66 | 66 | 139 | - |
| CMYK | 0.53 | 0.53 | 0 | 0.45 |
| HSL | 240º | 0.36% | 0.4% | - |
| HSV(B) | 240º | 0.53% | 0.55% | - |
| XYZ | 8.86 | 6.92 | 25.29 | - |
| YUV | 74.32 | 164.5 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 66 | 139 | 0.53 | 0.53 | 0 | 0.45 | 240 | 0.36 | 0.4 |
| Hex | 42 | 42 | 8B | 35 | 35 | 0 | 2D | F0 | 24 | 28 |
| Octal | 102 | 102 | 213 | 65 | 65 | 0 | 55 | 360 | 44 | 50 |
| Binary | 1000010 | 1000010 | 10001011 | 110101 | 110101 | 0 | 101101 | 11110000 | 100100 | 101000 |
Color Harmonies of #42428B
Complementary color
Monochromatic Colors of #42428B
Black with #42428B
Text Example
Text Example
White with #42428B
Text Example
Text Example
HTML Codes & Css Web 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>