Shades of Dark Slate Blue #42418A
Tints of Dark Slate Blue #42418A
RGB
CMYK
RGB Variations
Color information
#42418A (or 0x42418A) is known color: Dark Slate Blue. HEX triplet: 42, 41 and 8A. RGB value is (66,65,138). Sum of RGB (Red+Green+Blue) = 66+65+138=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 138 (54.30% from 255 or 51.30% from 269); Max value from RGB is 138 - color contains mainly: blue. Hex color #42418A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42418A is #BDBE75. Grayscale: #494949. Windows color (decimal): -12435062 or 9060674. OLE color: 9060674.
HSL color Cylindrical-coordinate representation of color #42418A: hue angle of 240.82º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42418A is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 65 | 138 | - |
| CMYK | 0.52 | 0.53 | 0 | 0.46 |
| HSL | 240.82º | 0.36% | 0.4% | - |
| HSV(B) | 240.82º | 0.53% | 0.54% | - |
| XYZ | 8.72 | 6.77 | 24.89 | - |
| YUV | 73.62 | 164.33 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 65 | 138 | 0.52 | 0.53 | 0 | 0.46 | 240.82 | 0.36 | 0.4 |
| Hex | 42 | 41 | 8A | 34 | 35 | 0 | 2E | F1 | 24 | 28 |
| Octal | 102 | 101 | 212 | 64 | 65 | 0 | 56 | 361 | 44 | 50 |
| Binary | 1000010 | 1000001 | 10001010 | 110100 | 110101 | 0 | 101110 | 11110001 | 100100 | 101000 |
Color Harmonies of #42418A
Complementary color
Monochromatic Colors of #42418A
Black with #42418A
Text Example
Text Example
White with #42418A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42418A; }
p { color: rgb(66,65,138); }
H1.HeaderClassName
{
color: #42418A;
}
.AnyTagClassName
{
color: #42418A;
}
</style>
background-color css
<style>
a { background-color: #42418A; }
a { background-color: rgb(66,65,138); }
div.DivClassName
{
background-color: #42418A;
}
.BgClassName
{
background-color: #42418A;
}
</style>
border-color css
<style>
span { border-color: #42418A; }
span { border-color: rgb(66,65,138); }
td.TdClassName
{
border-color: #42418A;
}
.TagClassName
{
border-color: #42418A;
}
</style>