Shades of Dark Slate Blue #42428C
Tints of Dark Slate Blue #42428C
RGB
CMYK
RGB Variations
Color information
#42428C (or 0x42428C) is known color: Dark Slate Blue. HEX triplet: 42, 42 and 8C. RGB value is (66,66,140). Sum of RGB (Red+Green+Blue) = 66+66+140=272 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.26% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 140 (55.08% from 255 or 51.47% from 272); Max value from RGB is 140 - color contains mainly: blue. Hex color #42428C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42428C is #BDBD73. Grayscale: #4A4A4A. Windows color (decimal): -12434804 or 9192002. OLE color: 9192002.
HSL color Cylindrical-coordinate representation of color #42428C: 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 #42428C is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 66 | 140 | - |
| CMYK | 0.53 | 0.53 | 0 | 0.45 |
| HSL | 240º | 0.36% | 0.4% | - |
| HSV(B) | 240º | 0.53% | 0.55% | - |
| XYZ | 8.93 | 6.95 | 25.68 | - |
| YUV | 74.44 | 165 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 66 | 140 | 0.53 | 0.53 | 0 | 0.45 | 240 | 0.36 | 0.4 |
| Hex | 42 | 42 | 8C | 35 | 35 | 0 | 2D | F0 | 24 | 28 |
| Octal | 102 | 102 | 214 | 65 | 65 | 0 | 55 | 360 | 44 | 50 |
| Binary | 1000010 | 1000010 | 10001100 | 110101 | 110101 | 0 | 101101 | 11110000 | 100100 | 101000 |
Color Harmonies of #42428C
Complementary color
Monochromatic Colors of #42428C
Black with #42428C
Text Example
Text Example
White with #42428C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42428C; }
p { color: rgb(66,66,140); }
H1.HeaderClassName
{
color: #42428C;
}
.AnyTagClassName
{
color: #42428C;
}
</style>
background-color css
<style>
a { background-color: #42428C; }
a { background-color: rgb(66,66,140); }
div.DivClassName
{
background-color: #42428C;
}
.BgClassName
{
background-color: #42428C;
}
</style>
border-color css
<style>
span { border-color: #42428C; }
span { border-color: rgb(66,66,140); }
td.TdClassName
{
border-color: #42428C;
}
.TagClassName
{
border-color: #42428C;
}
</style>