Shades of Dark Slate Blue #3A298D
Tints of Dark Slate Blue #3A298D
RGB
CMYK
RGB Variations
Color information
#3A298D (or 0x3A298D) is known color: Dark Slate Blue. HEX triplet: 3A, 29 and 8D. RGB value is (58,41,141). Sum of RGB (Red+Green+Blue) = 58+41+141=240 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.17% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 141 (55.47% from 255 or 58.75% from 240); Max value from RGB is 141 - color contains mainly: blue. Hex color #3A298D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A298D is #C5D672. Grayscale: #393939. Windows color (decimal): -12965491 or 9251130. OLE color: 9251130.
HSL color Cylindrical-coordinate representation of color #3A298D: hue angle of 250.2º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A298D is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 41 | 141 | - |
| CMYK | 0.59 | 0.71 | 0 | 0.45 |
| HSL | 250.2º | 0.55% | 0.36% | - |
| HSV(B) | 250.2º | 0.71% | 0.55% | - |
| XYZ | 7.35 | 4.41 | 25.66 | - |
| YUV | 57.48 | 175.13 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 41 | 141 | 0.59 | 0.71 | 0 | 0.45 | 250.2 | 0.55 | 0.36 |
| Hex | 3A | 29 | 8D | 3B | 47 | 0 | 2D | FA | 37 | 24 |
| Octal | 72 | 51 | 215 | 73 | 107 | 0 | 55 | 372 | 67 | 44 |
| Binary | 111010 | 101001 | 10001101 | 111011 | 1000111 | 0 | 101101 | 11111010 | 110111 | 100100 |
Color Harmonies of #3A298D
Complementary color
Monochromatic Colors of #3A298D
Black with #3A298D
Text Example
Text Example
White with #3A298D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A298D; }
p { color: rgb(58,41,141); }
H1.HeaderClassName
{
color: #3A298D;
}
.AnyTagClassName
{
color: #3A298D;
}
</style>
background-color css
<style>
a { background-color: #3A298D; }
a { background-color: rgb(58,41,141); }
div.DivClassName
{
background-color: #3A298D;
}
.BgClassName
{
background-color: #3A298D;
}
</style>
border-color css
<style>
span { border-color: #3A298D; }
span { border-color: rgb(58,41,141); }
td.TdClassName
{
border-color: #3A298D;
}
.TagClassName
{
border-color: #3A298D;
}
</style>