Shades of Dark Slate Blue #42419A
Tints of Dark Slate Blue #42419A
RGB
CMYK
RGB Variations
Color information
#42419A (or 0x42419A) is known color: Dark Slate Blue. HEX triplet: 42, 41 and 9A. RGB value is (66,65,154). Sum of RGB (Red+Green+Blue) = 66+65+154=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 154 (60.55% from 255 or 54.04% from 285); Max value from RGB is 154 - color contains mainly: blue. Hex color #42419A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42419A is #BDBE65. Grayscale: #4B4B4B. Windows color (decimal): -12435046 or 10109250. OLE color: 10109250.
HSL color Cylindrical-coordinate representation of color #42419A: hue angle of 240.67º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42419A is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 66 | 65 | 154 | - |
| CMYK | 0.57 | 0.58 | 0 | 0.40 |
| HSL | 240.67º | 0.41% | 0.43% | - |
| HSV(B) | 240.67º | 0.58% | 0.6% | - |
| XYZ | 9.97 | 7.27 | 31.45 | - |
| YUV | 75.45 | 172.33 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 65 | 154 | 0.57 | 0.58 | 0 | 0.40 | 240.67 | 0.41 | 0.43 |
| Hex | 42 | 41 | 9A | 39 | 3A | 0 | 28 | F1 | 29 | 2B |
| Octal | 102 | 101 | 232 | 71 | 72 | 0 | 50 | 361 | 51 | 53 |
| Binary | 1000010 | 1000001 | 10011010 | 111001 | 111010 | 0 | 101000 | 11110001 | 101001 | 101011 |
Color Harmonies of #42419A
Complementary color
Monochromatic Colors of #42419A
Black with #42419A
Text Example
Text Example
White with #42419A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42419A; }
p { color: rgb(66,65,154); }
H1.HeaderClassName
{
color: #42419A;
}
.AnyTagClassName
{
color: #42419A;
}
</style>
background-color css
<style>
a { background-color: #42419A; }
a { background-color: rgb(66,65,154); }
div.DivClassName
{
background-color: #42419A;
}
.BgClassName
{
background-color: #42419A;
}
</style>
border-color css
<style>
span { border-color: #42419A; }
span { border-color: rgb(66,65,154); }
td.TdClassName
{
border-color: #42419A;
}
.TagClassName
{
border-color: #42419A;
}
</style>