Shades of Dark Slate Blue #3C318D
Tints of Dark Slate Blue #3C318D
RGB
CMYK
RGB Variations
Color information
#3C318D (or 0x3C318D) is known color: Dark Slate Blue. HEX triplet: 3C, 31 and 8D. RGB value is (60,49,141). Sum of RGB (Red+Green+Blue) = 60+49+141=250 (33% of max value = 765). Red value is 60 (23.83% from 255 or 24% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 141 (55.47% from 255 or 56.4% from 250); Max value from RGB is 141 - color contains mainly: blue. Hex color #3C318D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C318D is #C3CE72. Grayscale: #3E3E3E. Windows color (decimal): -12832371 or 9253180. OLE color: 9253180.
HSL color Cylindrical-coordinate representation of color #3C318D: hue angle of 247.17º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C318D is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 49 | 141 | - |
| CMYK | 0.57 | 0.65 | 0 | 0.45 |
| HSL | 247.17º | 0.48% | 0.37% | - |
| HSV(B) | 247.17º | 0.65% | 0.55% | - |
| XYZ | 7.77 | 5.08 | 25.77 | - |
| YUV | 62.78 | 172.14 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 49 | 141 | 0.57 | 0.65 | 0 | 0.45 | 247.17 | 0.48 | 0.37 |
| Hex | 3C | 31 | 8D | 39 | 41 | 0 | 2D | F7 | 30 | 25 |
| Octal | 74 | 61 | 215 | 71 | 101 | 0 | 55 | 367 | 60 | 45 |
| Binary | 111100 | 110001 | 10001101 | 111001 | 1000001 | 0 | 101101 | 11110111 | 110000 | 100101 |
Color Harmonies of #3C318D
Complementary color
Monochromatic Colors of #3C318D
Black with #3C318D
Text Example
Text Example
White with #3C318D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C318D; }
p { color: rgb(60,49,141); }
H1.HeaderClassName
{
color: #3C318D;
}
.AnyTagClassName
{
color: #3C318D;
}
</style>
background-color css
<style>
a { background-color: #3C318D; }
a { background-color: rgb(60,49,141); }
div.DivClassName
{
background-color: #3C318D;
}
.BgClassName
{
background-color: #3C318D;
}
</style>
border-color css
<style>
span { border-color: #3C318D; }
span { border-color: rgb(60,49,141); }
td.TdClassName
{
border-color: #3C318D;
}
.TagClassName
{
border-color: #3C318D;
}
</style>