Shades of Dark Slate Blue #42318D
Tints of Dark Slate Blue #42318D
RGB
CMYK
RGB Variations
Color information
#42318D (or 0x42318D) is known color: Dark Slate Blue. HEX triplet: 42, 31 and 8D. RGB value is (66,49,141). Sum of RGB (Red+Green+Blue) = 66+49+141=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 141 (55.47% from 255 or 55.08% from 256); Max value from RGB is 141 - color contains mainly: blue. Hex color #42318D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42318D is #BDCE72. Grayscale: #404040. Windows color (decimal): -12439155 or 9253186. OLE color: 9253186.
HSL color Cylindrical-coordinate representation of color #42318D: hue angle of 251.09º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42318D is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 49 | 141 | - |
| CMYK | 0.53 | 0.65 | 0 | 0.45 |
| HSL | 251.09º | 0.48% | 0.37% | - |
| HSV(B) | 251.09º | 0.65% | 0.55% | - |
| XYZ | 8.15 | 5.28 | 25.79 | - |
| YUV | 64.57 | 171.13 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 49 | 141 | 0.53 | 0.65 | 0 | 0.45 | 251.09 | 0.48 | 0.37 |
| Hex | 42 | 31 | 8D | 35 | 41 | 0 | 2D | FB | 30 | 25 |
| Octal | 102 | 61 | 215 | 65 | 101 | 0 | 55 | 373 | 60 | 45 |
| Binary | 1000010 | 110001 | 10001101 | 110101 | 1000001 | 0 | 101101 | 11111011 | 110000 | 100101 |
Color Harmonies of #42318D
Complementary color
Monochromatic Colors of #42318D
Black with #42318D
Text Example
Text Example
White with #42318D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42318D; }
p { color: rgb(66,49,141); }
H1.HeaderClassName
{
color: #42318D;
}
.AnyTagClassName
{
color: #42318D;
}
</style>
background-color css
<style>
a { background-color: #42318D; }
a { background-color: rgb(66,49,141); }
div.DivClassName
{
background-color: #42318D;
}
.BgClassName
{
background-color: #42318D;
}
</style>
border-color css
<style>
span { border-color: #42318D; }
span { border-color: rgb(66,49,141); }
td.TdClassName
{
border-color: #42318D;
}
.TagClassName
{
border-color: #42318D;
}
</style>