Shades of Dark Slate Blue #47397D
Tints of Dark Slate Blue #47397D
RGB
CMYK
RGB Variations
Color information
#47397D (or 0x47397D) is known color: Dark Slate Blue. HEX triplet: 47, 39 and 7D. RGB value is (71,57,125). Sum of RGB (Red+Green+Blue) = 71+57+125=253 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.06% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 125 (49.22% from 255 or 49.41% from 253); Max value from RGB is 125 - color contains mainly: blue. Hex color #47397D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47397D is #B8C682. Grayscale: #444444. Windows color (decimal): -12109443 or 8206663. OLE color: 8206663.
HSL color Cylindrical-coordinate representation of color #47397D: hue angle of 252.35º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47397D is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 57 | 125 | - |
| CMYK | 0.43 | 0.54 | 0 | 0.51 |
| HSL | 252.35º | 0.37% | 0.36% | - |
| HSV(B) | 252.35º | 0.54% | 0.49% | - |
| XYZ | 7.76 | 5.75 | 20.1 | - |
| YUV | 68.94 | 159.64 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 57 | 125 | 0.43 | 0.54 | 0 | 0.51 | 252.35 | 0.37 | 0.36 |
| Hex | 47 | 39 | 7D | 2B | 36 | 0 | 33 | FC | 25 | 24 |
| Octal | 107 | 71 | 175 | 53 | 66 | 0 | 63 | 374 | 45 | 44 |
| Binary | 1000111 | 111001 | 1111101 | 101011 | 110110 | 0 | 110011 | 11111100 | 100101 | 100100 |
Color Harmonies of #47397D
Complementary color
Monochromatic Colors of #47397D
Black with #47397D
Text Example
Text Example
White with #47397D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47397D; }
p { color: rgb(71,57,125); }
H1.HeaderClassName
{
color: #47397D;
}
.AnyTagClassName
{
color: #47397D;
}
</style>
background-color css
<style>
a { background-color: #47397D; }
a { background-color: rgb(71,57,125); }
div.DivClassName
{
background-color: #47397D;
}
.BgClassName
{
background-color: #47397D;
}
</style>
border-color css
<style>
span { border-color: #47397D; }
span { border-color: rgb(71,57,125); }
td.TdClassName
{
border-color: #47397D;
}
.TagClassName
{
border-color: #47397D;
}
</style>