Shades of Dark Slate Blue #42378D
Tints of Dark Slate Blue #42378D
RGB
CMYK
RGB Variations
Color information
#42378D (or 0x42378D) is known color: Dark Slate Blue. HEX triplet: 42, 37 and 8D. RGB value is (66,55,141). Sum of RGB (Red+Green+Blue) = 66+55+141=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 141 (55.47% from 255 or 53.82% from 262); Max value from RGB is 141 - color contains mainly: blue. Hex color #42378D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42378D is #BDC872. Grayscale: #434343. Windows color (decimal): -12437619 or 9254722. OLE color: 9254722.
HSL color Cylindrical-coordinate representation of color #42378D: hue angle of 247.67º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42378D is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 55 | 141 | - |
| CMYK | 0.53 | 0.61 | 0 | 0.45 |
| HSL | 247.67º | 0.44% | 0.38% | - |
| HSV(B) | 247.67º | 0.61% | 0.55% | - |
| XYZ | 8.42 | 5.81 | 25.88 | - |
| YUV | 68.09 | 169.14 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 55 | 141 | 0.53 | 0.61 | 0 | 0.45 | 247.67 | 0.44 | 0.38 |
| Hex | 42 | 37 | 8D | 35 | 3D | 0 | 2D | F8 | 2C | 26 |
| Octal | 102 | 67 | 215 | 65 | 75 | 0 | 55 | 370 | 54 | 46 |
| Binary | 1000010 | 110111 | 10001101 | 110101 | 111101 | 0 | 101101 | 11111000 | 101100 | 100110 |
Color Harmonies of #42378D
Complementary color
Monochromatic Colors of #42378D
Black with #42378D
Text Example
Text Example
White with #42378D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42378D; }
p { color: rgb(66,55,141); }
H1.HeaderClassName
{
color: #42378D;
}
.AnyTagClassName
{
color: #42378D;
}
</style>
background-color css
<style>
a { background-color: #42378D; }
a { background-color: rgb(66,55,141); }
div.DivClassName
{
background-color: #42378D;
}
.BgClassName
{
background-color: #42378D;
}
</style>
border-color css
<style>
span { border-color: #42378D; }
span { border-color: rgb(66,55,141); }
td.TdClassName
{
border-color: #42378D;
}
.TagClassName
{
border-color: #42378D;
}
</style>