Shades of Dark Slate Blue #424198
Tints of Dark Slate Blue #424198
RGB
CMYK
RGB Variations
Color information
#424198 (or 0x424198) is known color: Dark Slate Blue. HEX triplet: 42, 41 and 98. RGB value is (66,65,152). Sum of RGB (Red+Green+Blue) = 66+65+152=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 152 (59.77% from 255 or 53.71% from 283); Max value from RGB is 152 - color contains mainly: blue. Hex color #424198 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424198 is #BDBE67. Grayscale: #4A4A4A. Windows color (decimal): -12435048 or 9978178. OLE color: 9978178.
HSL color Cylindrical-coordinate representation of color #424198: hue angle of 240.69º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #424198 is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 66 | 65 | 152 | - |
| CMYK | 0.57 | 0.57 | 0 | 0.40 |
| HSL | 240.69º | 0.4% | 0.43% | - |
| HSV(B) | 240.69º | 0.57% | 0.6% | - |
| XYZ | 9.8 | 7.21 | 30.58 | - |
| YUV | 75.22 | 171.33 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 65 | 152 | 0.57 | 0.57 | 0 | 0.40 | 240.69 | 0.4 | 0.43 |
| Hex | 42 | 41 | 98 | 39 | 39 | 0 | 28 | F1 | 28 | 2B |
| Octal | 102 | 101 | 230 | 71 | 71 | 0 | 50 | 361 | 50 | 53 |
| Binary | 1000010 | 1000001 | 10011000 | 111001 | 111001 | 0 | 101000 | 11110001 | 101000 | 101011 |
Color Harmonies of #424198
Complementary color
Monochromatic Colors of #424198
Black with #424198
Text Example
Text Example
White with #424198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424198; }
p { color: rgb(66,65,152); }
H1.HeaderClassName
{
color: #424198;
}
.AnyTagClassName
{
color: #424198;
}
</style>
background-color css
<style>
a { background-color: #424198; }
a { background-color: rgb(66,65,152); }
div.DivClassName
{
background-color: #424198;
}
.BgClassName
{
background-color: #424198;
}
</style>
border-color css
<style>
span { border-color: #424198; }
span { border-color: rgb(66,65,152); }
td.TdClassName
{
border-color: #424198;
}
.TagClassName
{
border-color: #424198;
}
</style>