Shades of Dark Slate Blue #3A39AA
Tints of Dark Slate Blue #3A39AA
RGB
CMYK
RGB Variations
Color information
#3A39AA (or 0x3A39AA) is known color: Dark Slate Blue. HEX triplet: 3A, 39 and AA. RGB value is (58,57,170). Sum of RGB (Red+Green+Blue) = 58+57+170=285 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.35% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A39AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A39AA is #C5C655. Grayscale: #454545. Windows color (decimal): -12961366 or 11155770. OLE color: 11155770.
HSL color Cylindrical-coordinate representation of color #3A39AA: hue angle of 240.53º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A39AA is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 57 | 170 | - |
| CMYK | 0.66 | 0.66 | 0 | 0.33 |
| HSL | 240.53º | 0.5% | 0.45% | - |
| HSV(B) | 240.53º | 0.66% | 0.67% | - |
| XYZ | 10.46 | 6.73 | 38.78 | - |
| YUV | 70.18 | 184.33 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 57 | 170 | 0.66 | 0.66 | 0 | 0.33 | 240.53 | 0.5 | 0.45 |
| Hex | 3A | 39 | AA | 42 | 42 | 0 | 21 | F1 | 32 | 2D |
| Octal | 72 | 71 | 252 | 102 | 102 | 0 | 41 | 361 | 62 | 55 |
| Binary | 111010 | 111001 | 10101010 | 1000010 | 1000010 | 0 | 100001 | 11110001 | 110010 | 101101 |
Color Harmonies of #3A39AA
Complementary color
Monochromatic Colors of #3A39AA
Black with #3A39AA
Text Example
Text Example
White with #3A39AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A39AA; }
p { color: rgb(58,57,170); }
H1.HeaderClassName
{
color: #3A39AA;
}
.AnyTagClassName
{
color: #3A39AA;
}
</style>
background-color css
<style>
a { background-color: #3A39AA; }
a { background-color: rgb(58,57,170); }
div.DivClassName
{
background-color: #3A39AA;
}
.BgClassName
{
background-color: #3A39AA;
}
</style>
border-color css
<style>
span { border-color: #3A39AA; }
span { border-color: rgb(58,57,170); }
td.TdClassName
{
border-color: #3A39AA;
}
.TagClassName
{
border-color: #3A39AA;
}
</style>