Shades of Dark Slate Blue #42377C
Tints of Dark Slate Blue #42377C
RGB
CMYK
RGB Variations
Color information
#42377C (or 0x42377C) is known color: Dark Slate Blue. HEX triplet: 42, 37 and 7C. RGB value is (66,55,124). Sum of RGB (Red+Green+Blue) = 66+55+124=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 124 (48.83% from 255 or 50.61% from 245); Max value from RGB is 124 - color contains mainly: blue. Hex color #42377C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42377C is #BDC883. Grayscale: #414141. Windows color (decimal): -12437636 or 8140610. OLE color: 8140610.
HSL color Cylindrical-coordinate representation of color #42377C: hue angle of 249.57º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42377C is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 55 | 124 | - |
| CMYK | 0.47 | 0.56 | 0 | 0.51 |
| HSL | 249.57º | 0.39% | 0.35% | - |
| HSV(B) | 249.57º | 0.56% | 0.49% | - |
| XYZ | 7.25 | 5.35 | 19.72 | - |
| YUV | 66.16 | 160.64 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 55 | 124 | 0.47 | 0.56 | 0 | 0.51 | 249.57 | 0.39 | 0.35 |
| Hex | 42 | 37 | 7C | 2F | 38 | 0 | 33 | FA | 27 | 23 |
| Octal | 102 | 67 | 174 | 57 | 70 | 0 | 63 | 372 | 47 | 43 |
| Binary | 1000010 | 110111 | 1111100 | 101111 | 111000 | 0 | 110011 | 11111010 | 100111 | 100011 |
Color Harmonies of #42377C
Complementary color
Monochromatic Colors of #42377C
Black with #42377C
Text Example
Text Example
White with #42377C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42377C; }
p { color: rgb(66,55,124); }
H1.HeaderClassName
{
color: #42377C;
}
.AnyTagClassName
{
color: #42377C;
}
</style>
background-color css
<style>
a { background-color: #42377C; }
a { background-color: rgb(66,55,124); }
div.DivClassName
{
background-color: #42377C;
}
.BgClassName
{
background-color: #42377C;
}
</style>
border-color css
<style>
span { border-color: #42377C; }
span { border-color: rgb(66,55,124); }
td.TdClassName
{
border-color: #42377C;
}
.TagClassName
{
border-color: #42377C;
}
</style>