Shades of Dark Slate Blue #42378A
Tints of Dark Slate Blue #42378A
RGB
CMYK
RGB Variations
Color information
#42378A (or 0x42378A) is known color: Dark Slate Blue. HEX triplet: 42, 37 and 8A. RGB value is (66,55,138). Sum of RGB (Red+Green+Blue) = 66+55+138=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 138 (54.30% from 255 or 53.28% from 259); Max value from RGB is 138 - color contains mainly: blue. Hex color #42378A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42378A is #BDC875. Grayscale: #434343. Windows color (decimal): -12437622 or 9058114. OLE color: 9058114.
HSL color Cylindrical-coordinate representation of color #42378A: hue angle of 247.95º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42378A is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 55 | 138 | - |
| CMYK | 0.52 | 0.60 | 0 | 0.46 |
| HSL | 247.95º | 0.43% | 0.38% | - |
| HSV(B) | 247.95º | 0.6% | 0.54% | - |
| XYZ | 8.2 | 5.73 | 24.72 | - |
| YUV | 67.75 | 167.64 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 55 | 138 | 0.52 | 0.60 | 0 | 0.46 | 247.95 | 0.43 | 0.38 |
| Hex | 42 | 37 | 8A | 34 | 3C | 0 | 2E | F8 | 2B | 26 |
| Octal | 102 | 67 | 212 | 64 | 74 | 0 | 56 | 370 | 53 | 46 |
| Binary | 1000010 | 110111 | 10001010 | 110100 | 111100 | 0 | 101110 | 11111000 | 101011 | 100110 |
Color Harmonies of #42378A
Complementary color
Monochromatic Colors of #42378A
Black with #42378A
Text Example
Text Example
White with #42378A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42378A; }
p { color: rgb(66,55,138); }
H1.HeaderClassName
{
color: #42378A;
}
.AnyTagClassName
{
color: #42378A;
}
</style>
background-color css
<style>
a { background-color: #42378A; }
a { background-color: rgb(66,55,138); }
div.DivClassName
{
background-color: #42378A;
}
.BgClassName
{
background-color: #42378A;
}
</style>
border-color css
<style>
span { border-color: #42378A; }
span { border-color: rgb(66,55,138); }
td.TdClassName
{
border-color: #42378A;
}
.TagClassName
{
border-color: #42378A;
}
</style>