Shades of Dark Slate Blue #3A419A
Tints of Dark Slate Blue #3A419A
RGB
CMYK
RGB Variations
Color information
#3A419A (or 0x3A419A) is known color: Dark Slate Blue. HEX triplet: 3A, 41 and 9A. RGB value is (58,65,154). Sum of RGB (Red+Green+Blue) = 58+65+154=277 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.94% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 154 (60.55% from 255 or 55.60% from 277); Max value from RGB is 154 - color contains mainly: blue. Hex color #3A419A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A419A is #C5BE65. Grayscale: #484848. Windows color (decimal): -12959334 or 10109242. OLE color: 10109242.
HSL color Cylindrical-coordinate representation of color #3A419A: hue angle of 235.62º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A419A is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 58 | 65 | 154 | - |
| CMYK | 0.62 | 0.58 | 0 | 0.40 |
| HSL | 235.63º | 0.45% | 0.42% | - |
| HSV(B) | 235.63º | 0.62% | 0.6% | - |
| XYZ | 9.47 | 7.01 | 31.43 | - |
| YUV | 73.05 | 173.68 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 65 | 154 | 0.62 | 0.58 | 0 | 0.40 | 235.63 | 0.45 | 0.42 |
| Hex | 3A | 41 | 9A | 3E | 3A | 0 | 28 | EC | 2D | 2A |
| Octal | 72 | 101 | 232 | 76 | 72 | 0 | 50 | 354 | 55 | 52 |
| Binary | 111010 | 1000001 | 10011010 | 111110 | 111010 | 0 | 101000 | 11101100 | 101101 | 101010 |
Color Harmonies of #3A419A
Complementary color
Monochromatic Colors of #3A419A
Black with #3A419A
Text Example
Text Example
White with #3A419A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A419A; }
p { color: rgb(58,65,154); }
H1.HeaderClassName
{
color: #3A419A;
}
.AnyTagClassName
{
color: #3A419A;
}
</style>
background-color css
<style>
a { background-color: #3A419A; }
a { background-color: rgb(58,65,154); }
div.DivClassName
{
background-color: #3A419A;
}
.BgClassName
{
background-color: #3A419A;
}
</style>
border-color css
<style>
span { border-color: #3A419A; }
span { border-color: rgb(58,65,154); }
td.TdClassName
{
border-color: #3A419A;
}
.TagClassName
{
border-color: #3A419A;
}
</style>