Shades of Dark Slate Blue #3A2893
Tints of Dark Slate Blue #3A2893
RGB
CMYK
RGB Variations
Color information
#3A2893 (or 0x3A2893) is known color: Dark Slate Blue. HEX triplet: 3A, 28 and 93. RGB value is (58,40,147). Sum of RGB (Red+Green+Blue) = 58+40+147=245 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.67% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 147 (57.81% from 255 or 60% from 245); Max value from RGB is 147 - color contains mainly: blue. Hex color #3A2893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2893 is #C5D76C. Grayscale: #393939. Windows color (decimal): -12965741 or 9644090. OLE color: 9644090.
HSL color Cylindrical-coordinate representation of color #3A2893: hue angle of 250.09º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A2893 is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 40 | 147 | - |
| CMYK | 0.61 | 0.73 | 0 | 0.42 |
| HSL | 250.09º | 0.57% | 0.37% | - |
| HSV(B) | 250.09º | 0.73% | 0.58% | - |
| XYZ | 7.77 | 4.52 | 28.07 | - |
| YUV | 57.58 | 178.46 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 40 | 147 | 0.61 | 0.73 | 0 | 0.42 | 250.09 | 0.57 | 0.37 |
| Hex | 3A | 28 | 93 | 3D | 49 | 0 | 2A | FA | 39 | 25 |
| Octal | 72 | 50 | 223 | 75 | 111 | 0 | 52 | 372 | 71 | 45 |
| Binary | 111010 | 101000 | 10010011 | 111101 | 1001001 | 0 | 101010 | 11111010 | 111001 | 100101 |
Color Harmonies of #3A2893
Complementary color
Monochromatic Colors of #3A2893
Black with #3A2893
Text Example
Text Example
White with #3A2893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2893; }
p { color: rgb(58,40,147); }
H1.HeaderClassName
{
color: #3A2893;
}
.AnyTagClassName
{
color: #3A2893;
}
</style>
background-color css
<style>
a { background-color: #3A2893; }
a { background-color: rgb(58,40,147); }
div.DivClassName
{
background-color: #3A2893;
}
.BgClassName
{
background-color: #3A2893;
}
</style>
border-color css
<style>
span { border-color: #3A2893; }
span { border-color: rgb(58,40,147); }
td.TdClassName
{
border-color: #3A2893;
}
.TagClassName
{
border-color: #3A2893;
}
</style>