Shades of Dark Slate Blue #424294
Tints of Dark Slate Blue #424294
RGB
CMYK
RGB Variations
Color information
#424294 (or 0x424294) is known color: Dark Slate Blue. HEX triplet: 42, 42 and 94. RGB value is (66,66,148). Sum of RGB (Red+Green+Blue) = 66+66+148=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 148 (58.20% from 255 or 52.86% from 280); Max value from RGB is 148 - color contains mainly: blue. Hex color #424294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424294 is #BDBD6B. Grayscale: #4B4B4B. Windows color (decimal): -12434796 or 9716290. OLE color: 9716290.
HSL color Cylindrical-coordinate representation of color #424294: hue angle of 240º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #424294 is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 66 | 148 | - |
| CMYK | 0.55 | 0.55 | 0 | 0.42 |
| HSL | 240º | 0.38% | 0.42% | - |
| HSV(B) | 240º | 0.55% | 0.58% | - |
| XYZ | 9.54 | 7.19 | 28.9 | - |
| YUV | 75.35 | 169 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 66 | 148 | 0.55 | 0.55 | 0 | 0.42 | 240 | 0.38 | 0.42 |
| Hex | 42 | 42 | 94 | 37 | 37 | 0 | 2A | F0 | 26 | 2A |
| Octal | 102 | 102 | 224 | 67 | 67 | 0 | 52 | 360 | 46 | 52 |
| Binary | 1000010 | 1000010 | 10010100 | 110111 | 110111 | 0 | 101010 | 11110000 | 100110 | 101010 |
Color Harmonies of #424294
Complementary color
Monochromatic Colors of #424294
Black with #424294
Text Example
Text Example
White with #424294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424294; }
p { color: rgb(66,66,148); }
H1.HeaderClassName
{
color: #424294;
}
.AnyTagClassName
{
color: #424294;
}
</style>
background-color css
<style>
a { background-color: #424294; }
a { background-color: rgb(66,66,148); }
div.DivClassName
{
background-color: #424294;
}
.BgClassName
{
background-color: #424294;
}
</style>
border-color css
<style>
span { border-color: #424294; }
span { border-color: rgb(66,66,148); }
td.TdClassName
{
border-color: #424294;
}
.TagClassName
{
border-color: #424294;
}
</style>