Shades of Dark Slate Blue #3D3799
Tints of Dark Slate Blue #3D3799
RGB
CMYK
RGB Variations
Color information
#3D3799 (or 0x3D3799) is known color: Dark Slate Blue. HEX triplet: 3D, 37 and 99. RGB value is (61,55,153). Sum of RGB (Red+Green+Blue) = 61+55+153=269 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.68% from 269); Green value is 55 (21.88% from 255 or 20.45% from 269); Blue value is 153 (60.16% from 255 or 56.88% from 269); Max value from RGB is 153 - color contains mainly: blue. Hex color #3D3799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3799 is #C2C866. Grayscale: #434343. Windows color (decimal): -12765287 or 10041149. OLE color: 10041149.
HSL color Cylindrical-coordinate representation of color #3D3799: hue angle of 243.67º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3D3799 is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 61 | 55 | 153 | - |
| CMYK | 0.60 | 0.64 | 0 | 0.4 |
| HSL | 243.67º | 0.47% | 0.41% | - |
| HSV(B) | 243.67º | 0.64% | 0.6% | - |
| XYZ | 9.04 | 6.02 | 30.82 | - |
| YUV | 67.97 | 175.99 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 55 | 153 | 0.60 | 0.64 | 0 | 0.4 | 243.67 | 0.47 | 0.41 |
| Hex | 3D | 37 | 99 | 3C | 40 | 0 | 28 | F4 | 2F | 29 |
| Octal | 75 | 67 | 231 | 74 | 100 | 0 | 50 | 364 | 57 | 51 |
| Binary | 111101 | 110111 | 10011001 | 111100 | 1000000 | 0 | 101000 | 11110100 | 101111 | 101001 |
Color Harmonies of #3D3799
Complementary color
Monochromatic Colors of #3D3799
Black with #3D3799
Text Example
Text Example
White with #3D3799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3799; }
p { color: rgb(61,55,153); }
H1.HeaderClassName
{
color: #3D3799;
}
.AnyTagClassName
{
color: #3D3799;
}
</style>
background-color css
<style>
a { background-color: #3D3799; }
a { background-color: rgb(61,55,153); }
div.DivClassName
{
background-color: #3D3799;
}
.BgClassName
{
background-color: #3D3799;
}
</style>
border-color css
<style>
span { border-color: #3D3799; }
span { border-color: rgb(61,55,153); }
td.TdClassName
{
border-color: #3D3799;
}
.TagClassName
{
border-color: #3D3799;
}
</style>