Shades of Dark Slate Blue #3A319B
Tints of Dark Slate Blue #3A319B
RGB
CMYK
RGB Variations
Color information
#3A319B (or 0x3A319B) is known color: Dark Slate Blue. HEX triplet: 3A, 31 and 9B. RGB value is (58,49,155). Sum of RGB (Red+Green+Blue) = 58+49+155=262 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.14% from 262); Green value is 49 (19.53% from 255 or 18.70% from 262); Blue value is 155 (60.94% from 255 or 59.16% from 262); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A319B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A319B is #C5CE64. Grayscale: #3F3F3F. Windows color (decimal): -12963429 or 10170682. OLE color: 10170682.
HSL color Cylindrical-coordinate representation of color #3A319B: hue angle of 245.09º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A319B is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 58 | 49 | 155 | - |
| CMYK | 0.63 | 0.68 | 0 | 0.39 |
| HSL | 245.09º | 0.52% | 0.4% | - |
| HSV(B) | 245.09º | 0.68% | 0.61% | - |
| XYZ | 8.76 | 5.46 | 31.6 | - |
| YUV | 63.78 | 179.48 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 49 | 155 | 0.63 | 0.68 | 0 | 0.39 | 245.09 | 0.52 | 0.4 |
| Hex | 3A | 31 | 9B | 3F | 44 | 0 | 27 | F5 | 34 | 28 |
| Octal | 72 | 61 | 233 | 77 | 104 | 0 | 47 | 365 | 64 | 50 |
| Binary | 111010 | 110001 | 10011011 | 111111 | 1000100 | 0 | 100111 | 11110101 | 110100 | 101000 |
Color Harmonies of #3A319B
Complementary color
Monochromatic Colors of #3A319B
Black with #3A319B
Text Example
Text Example
White with #3A319B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A319B; }
p { color: rgb(58,49,155); }
H1.HeaderClassName
{
color: #3A319B;
}
.AnyTagClassName
{
color: #3A319B;
}
</style>
background-color css
<style>
a { background-color: #3A319B; }
a { background-color: rgb(58,49,155); }
div.DivClassName
{
background-color: #3A319B;
}
.BgClassName
{
background-color: #3A319B;
}
</style>
border-color css
<style>
span { border-color: #3A319B; }
span { border-color: rgb(58,49,155); }
td.TdClassName
{
border-color: #3A319B;
}
.TagClassName
{
border-color: #3A319B;
}
</style>