Shades of Dark Slate Blue #3A298B
Tints of Dark Slate Blue #3A298B
RGB
CMYK
RGB Variations
Color information
#3A298B (or 0x3A298B) is known color: Dark Slate Blue. HEX triplet: 3A, 29 and 8B. RGB value is (58,41,139). Sum of RGB (Red+Green+Blue) = 58+41+139=238 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.37% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 139 (54.69% from 255 or 58.40% from 238); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A298B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A298B is #C5D674. Grayscale: #383838. Windows color (decimal): -12965493 or 9120058. OLE color: 9120058.
HSL color Cylindrical-coordinate representation of color #3A298B: hue angle of 250.41º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A298B is Cyan = 0.58, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 41 | 139 | - |
| CMYK | 0.58 | 0.71 | 0 | 0.45 |
| HSL | 250.41º | 0.54% | 0.35% | - |
| HSV(B) | 250.41º | 0.71% | 0.55% | - |
| XYZ | 7.2 | 4.35 | 24.89 | - |
| YUV | 57.26 | 174.13 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 41 | 139 | 0.58 | 0.71 | 0 | 0.45 | 250.41 | 0.54 | 0.35 |
| Hex | 3A | 29 | 8B | 3A | 47 | 0 | 2D | FA | 36 | 23 |
| Octal | 72 | 51 | 213 | 72 | 107 | 0 | 55 | 372 | 66 | 43 |
| Binary | 111010 | 101001 | 10001011 | 111010 | 1000111 | 0 | 101101 | 11111010 | 110110 | 100011 |
Color Harmonies of #3A298B
Complementary color
Monochromatic Colors of #3A298B
Black with #3A298B
Text Example
Text Example
White with #3A298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A298B; }
p { color: rgb(58,41,139); }
H1.HeaderClassName
{
color: #3A298B;
}
.AnyTagClassName
{
color: #3A298B;
}
</style>
background-color css
<style>
a { background-color: #3A298B; }
a { background-color: rgb(58,41,139); }
div.DivClassName
{
background-color: #3A298B;
}
.BgClassName
{
background-color: #3A298B;
}
</style>
border-color css
<style>
span { border-color: #3A298B; }
span { border-color: rgb(58,41,139); }
td.TdClassName
{
border-color: #3A298B;
}
.TagClassName
{
border-color: #3A298B;
}
</style>