Shades of Dark Slate Blue #3D3185
Tints of Dark Slate Blue #3D3185
RGB
CMYK
RGB Variations
Color information
#3D3185 (or 0x3D3185) is known color: Dark Slate Blue. HEX triplet: 3D, 31 and 85. RGB value is (61,49,133). Sum of RGB (Red+Green+Blue) = 61+49+133=243 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.10% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 133 (52.34% from 255 or 54.73% from 243); Max value from RGB is 133 - color contains mainly: blue. Hex color #3D3185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3185 is #C2CE7A. Grayscale: #3D3D3D. Windows color (decimal): -12766843 or 8728893. OLE color: 8728893.
HSL color Cylindrical-coordinate representation of color #3D3185: hue angle of 248.57º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3D3185 is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 61 | 49 | 133 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.48 |
| HSL | 248.57º | 0.46% | 0.36% | - |
| HSV(B) | 248.57º | 0.63% | 0.52% | - |
| XYZ | 7.26 | 4.88 | 22.75 | - |
| YUV | 62.16 | 167.98 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 49 | 133 | 0.54 | 0.63 | 0 | 0.48 | 248.57 | 0.46 | 0.36 |
| Hex | 3D | 31 | 85 | 36 | 3F | 0 | 30 | F9 | 2E | 24 |
| Octal | 75 | 61 | 205 | 66 | 77 | 0 | 60 | 371 | 56 | 44 |
| Binary | 111101 | 110001 | 10000101 | 110110 | 111111 | 0 | 110000 | 11111001 | 101110 | 100100 |
Color Harmonies of #3D3185
Complementary color
Monochromatic Colors of #3D3185
Black with #3D3185
Text Example
Text Example
White with #3D3185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3185; }
p { color: rgb(61,49,133); }
H1.HeaderClassName
{
color: #3D3185;
}
.AnyTagClassName
{
color: #3D3185;
}
</style>
background-color css
<style>
a { background-color: #3D3185; }
a { background-color: rgb(61,49,133); }
div.DivClassName
{
background-color: #3D3185;
}
.BgClassName
{
background-color: #3D3185;
}
</style>
border-color css
<style>
span { border-color: #3D3185; }
span { border-color: rgb(61,49,133); }
td.TdClassName
{
border-color: #3D3185;
}
.TagClassName
{
border-color: #3D3185;
}
</style>