Shades of Dark Slate Blue #47377F
Tints of Dark Slate Blue #47377F
RGB
CMYK
RGB Variations
Color information
#47377F (or 0x47377F) is known color: Dark Slate Blue. HEX triplet: 47, 37 and 7F. RGB value is (71,55,127). Sum of RGB (Red+Green+Blue) = 71+55+127=253 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.06% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 127 (50% from 255 or 50.20% from 253); Max value from RGB is 127 - color contains mainly: blue. Hex color #47377F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47377F is #B8C880. Grayscale: #434343. Windows color (decimal): -12109953 or 8337223. OLE color: 8337223.
HSL color Cylindrical-coordinate representation of color #47377F: hue angle of 253.33º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #47377F is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 71 | 55 | 127 | - |
| CMYK | 0.44 | 0.57 | 0 | 0.50 |
| HSL | 253.33º | 0.4% | 0.36% | - |
| HSV(B) | 253.33º | 0.57% | 0.5% | - |
| XYZ | 7.8 | 5.6 | 20.75 | - |
| YUV | 67.99 | 161.3 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 55 | 127 | 0.44 | 0.57 | 0 | 0.50 | 253.33 | 0.4 | 0.36 |
| Hex | 47 | 37 | 7F | 2C | 39 | 0 | 32 | FD | 28 | 24 |
| Octal | 107 | 67 | 177 | 54 | 71 | 0 | 62 | 375 | 50 | 44 |
| Binary | 1000111 | 110111 | 1111111 | 101100 | 111001 | 0 | 110010 | 11111101 | 101000 | 100100 |
Color Harmonies of #47377F
Complementary color
Monochromatic Colors of #47377F
Black with #47377F
Text Example
Text Example
White with #47377F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47377F; }
p { color: rgb(71,55,127); }
H1.HeaderClassName
{
color: #47377F;
}
.AnyTagClassName
{
color: #47377F;
}
</style>
background-color css
<style>
a { background-color: #47377F; }
a { background-color: rgb(71,55,127); }
div.DivClassName
{
background-color: #47377F;
}
.BgClassName
{
background-color: #47377F;
}
</style>
border-color css
<style>
span { border-color: #47377F; }
span { border-color: rgb(71,55,127); }
td.TdClassName
{
border-color: #47377F;
}
.TagClassName
{
border-color: #47377F;
}
</style>