Shades of Dark Slate Blue #42378C
Tints of Dark Slate Blue #42378C
RGB
CMYK
RGB Variations
Color information
#42378C (or 0x42378C) is known color: Dark Slate Blue. HEX triplet: 42, 37 and 8C. RGB value is (66,55,140). Sum of RGB (Red+Green+Blue) = 66+55+140=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 140 (55.08% from 255 or 53.64% from 261); Max value from RGB is 140 - color contains mainly: blue. Hex color #42378C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42378C is #BDC873. Grayscale: #434343. Windows color (decimal): -12437620 or 9189186. OLE color: 9189186.
HSL color Cylindrical-coordinate representation of color #42378C: hue angle of 247.76º 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 #42378C is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 55 | 140 | - |
| CMYK | 0.53 | 0.61 | 0 | 0.45 |
| HSL | 247.76º | 0.44% | 0.38% | - |
| HSV(B) | 247.76º | 0.61% | 0.55% | - |
| XYZ | 8.35 | 5.78 | 25.49 | - |
| YUV | 67.98 | 168.64 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 55 | 140 | 0.53 | 0.61 | 0 | 0.45 | 247.76 | 0.44 | 0.38 |
| Hex | 42 | 37 | 8C | 35 | 3D | 0 | 2D | F8 | 2C | 26 |
| Octal | 102 | 67 | 214 | 65 | 75 | 0 | 55 | 370 | 54 | 46 |
| Binary | 1000010 | 110111 | 10001100 | 110101 | 111101 | 0 | 101101 | 11111000 | 101100 | 100110 |
Color Harmonies of #42378C
Complementary color
Monochromatic Colors of #42378C
Black with #42378C
Text Example
Text Example
White with #42378C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42378C; }
p { color: rgb(66,55,140); }
H1.HeaderClassName
{
color: #42378C;
}
.AnyTagClassName
{
color: #42378C;
}
</style>
background-color css
<style>
a { background-color: #42378C; }
a { background-color: rgb(66,55,140); }
div.DivClassName
{
background-color: #42378C;
}
.BgClassName
{
background-color: #42378C;
}
</style>
border-color css
<style>
span { border-color: #42378C; }
span { border-color: rgb(66,55,140); }
td.TdClassName
{
border-color: #42378C;
}
.TagClassName
{
border-color: #42378C;
}
</style>