Shades of Dark Slate Blue #3A2996
Tints of Dark Slate Blue #3A2996
RGB
CMYK
RGB Variations
Color information
#3A2996 (or 0x3A2996) is known color: Dark Slate Blue. HEX triplet: 3A, 29 and 96. RGB value is (58,41,150). Sum of RGB (Red+Green+Blue) = 58+41+150=249 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.29% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 150 (58.98% from 255 or 60.24% from 249); Max value from RGB is 150 - color contains mainly: blue. Hex color #3A2996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2996 is #C5D669. Grayscale: #3A3A3A. Windows color (decimal): -12965482 or 9840954. OLE color: 9840954.
HSL color Cylindrical-coordinate representation of color #3A2996: hue angle of 249.36º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A2996 is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 58 | 41 | 150 | - |
| CMYK | 0.61 | 0.73 | 0 | 0.41 |
| HSL | 249.36º | 0.57% | 0.37% | - |
| HSV(B) | 249.36º | 0.73% | 0.59% | - |
| XYZ | 8.04 | 4.69 | 29.34 | - |
| YUV | 58.51 | 179.63 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 41 | 150 | 0.61 | 0.73 | 0 | 0.41 | 249.36 | 0.57 | 0.37 |
| Hex | 3A | 29 | 96 | 3D | 49 | 0 | 29 | F9 | 39 | 25 |
| Octal | 72 | 51 | 226 | 75 | 111 | 0 | 51 | 371 | 71 | 45 |
| Binary | 111010 | 101001 | 10010110 | 111101 | 1001001 | 0 | 101001 | 11111001 | 111001 | 100101 |
Color Harmonies of #3A2996
Complementary color
Monochromatic Colors of #3A2996
Black with #3A2996
Text Example
Text Example
White with #3A2996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2996; }
p { color: rgb(58,41,150); }
H1.HeaderClassName
{
color: #3A2996;
}
.AnyTagClassName
{
color: #3A2996;
}
</style>
background-color css
<style>
a { background-color: #3A2996; }
a { background-color: rgb(58,41,150); }
div.DivClassName
{
background-color: #3A2996;
}
.BgClassName
{
background-color: #3A2996;
}
</style>
border-color css
<style>
span { border-color: #3A2996; }
span { border-color: rgb(58,41,150); }
td.TdClassName
{
border-color: #3A2996;
}
.TagClassName
{
border-color: #3A2996;
}
</style>