Shades of Dark Slate Blue #3D3593
Tints of Dark Slate Blue #3D3593
RGB
CMYK
RGB Variations
Color information
#3D3593 (or 0x3D3593) is known color: Dark Slate Blue. HEX triplet: 3D, 35 and 93. RGB value is (61,53,147). Sum of RGB (Red+Green+Blue) = 61+53+147=261 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.37% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 147 (57.81% from 255 or 56.32% from 261); Max value from RGB is 147 - color contains mainly: blue. Hex color #3D3593 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3593 is #C2CA6C. Grayscale: #414141. Windows color (decimal): -12765805 or 9647421. OLE color: 9647421.
HSL color Cylindrical-coordinate representation of color #3D3593: hue angle of 245.11º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3D3593 is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 61 | 53 | 147 | - |
| CMYK | 0.59 | 0.64 | 0 | 0.42 |
| HSL | 245.11º | 0.47% | 0.39% | - |
| HSV(B) | 245.11º | 0.64% | 0.58% | - |
| XYZ | 8.46 | 5.64 | 28.25 | - |
| YUV | 66.11 | 173.65 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 53 | 147 | 0.59 | 0.64 | 0 | 0.42 | 245.11 | 0.47 | 0.39 |
| Hex | 3D | 35 | 93 | 3B | 40 | 0 | 2A | F5 | 2F | 27 |
| Octal | 75 | 65 | 223 | 73 | 100 | 0 | 52 | 365 | 57 | 47 |
| Binary | 111101 | 110101 | 10010011 | 111011 | 1000000 | 0 | 101010 | 11110101 | 101111 | 100111 |
Color Harmonies of #3D3593
Complementary color
Monochromatic Colors of #3D3593
Black with #3D3593
Text Example
Text Example
White with #3D3593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3593; }
p { color: rgb(61,53,147); }
H1.HeaderClassName
{
color: #3D3593;
}
.AnyTagClassName
{
color: #3D3593;
}
</style>
background-color css
<style>
a { background-color: #3D3593; }
a { background-color: rgb(61,53,147); }
div.DivClassName
{
background-color: #3D3593;
}
.BgClassName
{
background-color: #3D3593;
}
</style>
border-color css
<style>
span { border-color: #3D3593; }
span { border-color: rgb(61,53,147); }
td.TdClassName
{
border-color: #3D3593;
}
.TagClassName
{
border-color: #3D3593;
}
</style>