Shades of Dark Slate Blue #3A2D93
Tints of Dark Slate Blue #3A2D93
RGB
CMYK
RGB Variations
Color information
#3A2D93 (or 0x3A2D93) is known color: Dark Slate Blue. HEX triplet: 3A, 2D and 93. RGB value is (58,45,147). Sum of RGB (Red+Green+Blue) = 58+45+147=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 147 (57.81% from 255 or 58.8% from 250); Max value from RGB is 147 - color contains mainly: blue. Hex color #3A2D93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2D93 is #C5D26C. Grayscale: #3C3C3C. Windows color (decimal): -12964461 or 9645370. OLE color: 9645370.
HSL color Cylindrical-coordinate representation of color #3A2D93: hue angle of 247.65º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A2D93 is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 45 | 147 | - |
| CMYK | 0.61 | 0.69 | 0 | 0.42 |
| HSL | 247.65º | 0.53% | 0.38% | - |
| HSV(B) | 247.65º | 0.69% | 0.58% | - |
| XYZ | 7.95 | 4.88 | 28.13 | - |
| YUV | 60.52 | 176.81 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 45 | 147 | 0.61 | 0.69 | 0 | 0.42 | 247.65 | 0.53 | 0.38 |
| Hex | 3A | 2D | 93 | 3D | 45 | 0 | 2A | F8 | 35 | 26 |
| Octal | 72 | 55 | 223 | 75 | 105 | 0 | 52 | 370 | 65 | 46 |
| Binary | 111010 | 101101 | 10010011 | 111101 | 1000101 | 0 | 101010 | 11111000 | 110101 | 100110 |
Color Harmonies of #3A2D93
Complementary color
Monochromatic Colors of #3A2D93
Black with #3A2D93
Text Example
Text Example
White with #3A2D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2D93; }
p { color: rgb(58,45,147); }
H1.HeaderClassName
{
color: #3A2D93;
}
.AnyTagClassName
{
color: #3A2D93;
}
</style>
background-color css
<style>
a { background-color: #3A2D93; }
a { background-color: rgb(58,45,147); }
div.DivClassName
{
background-color: #3A2D93;
}
.BgClassName
{
background-color: #3A2D93;
}
</style>
border-color css
<style>
span { border-color: #3A2D93; }
span { border-color: rgb(58,45,147); }
td.TdClassName
{
border-color: #3A2D93;
}
.TagClassName
{
border-color: #3A2D93;
}
</style>