Shades of Dark Slate Blue #3A298A
Tints of Dark Slate Blue #3A298A
RGB
CMYK
RGB Variations
Color information
#3A298A (or 0x3A298A) is known color: Dark Slate Blue. HEX triplet: 3A, 29 and 8A. RGB value is (58,41,138). Sum of RGB (Red+Green+Blue) = 58+41+138=237 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.47% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 138 (54.30% from 255 or 58.23% from 237); Max value from RGB is 138 - color contains mainly: blue. Hex color #3A298A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A298A is #C5D675. Grayscale: #383838. Windows color (decimal): -12965494 or 9054522. OLE color: 9054522.
HSL color Cylindrical-coordinate representation of color #3A298A: hue angle of 250.52º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A298A is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 41 | 138 | - |
| CMYK | 0.58 | 0.70 | 0 | 0.46 |
| HSL | 250.52º | 0.54% | 0.35% | - |
| HSV(B) | 250.52º | 0.7% | 0.54% | - |
| XYZ | 7.13 | 4.32 | 24.5 | - |
| YUV | 57.14 | 173.63 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 41 | 138 | 0.58 | 0.70 | 0 | 0.46 | 250.52 | 0.54 | 0.35 |
| Hex | 3A | 29 | 8A | 3A | 46 | 0 | 2E | FB | 36 | 23 |
| Octal | 72 | 51 | 212 | 72 | 106 | 0 | 56 | 373 | 66 | 43 |
| Binary | 111010 | 101001 | 10001010 | 111010 | 1000110 | 0 | 101110 | 11111011 | 110110 | 100011 |
Color Harmonies of #3A298A
Complementary color
Monochromatic Colors of #3A298A
Black with #3A298A
Text Example
Text Example
White with #3A298A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A298A; }
p { color: rgb(58,41,138); }
H1.HeaderClassName
{
color: #3A298A;
}
.AnyTagClassName
{
color: #3A298A;
}
</style>
background-color css
<style>
a { background-color: #3A298A; }
a { background-color: rgb(58,41,138); }
div.DivClassName
{
background-color: #3A298A;
}
.BgClassName
{
background-color: #3A298A;
}
</style>
border-color css
<style>
span { border-color: #3A298A; }
span { border-color: rgb(58,41,138); }
td.TdClassName
{
border-color: #3A298A;
}
.TagClassName
{
border-color: #3A298A;
}
</style>