Shades of Dark Slate Blue #3A399D
Tints of Dark Slate Blue #3A399D
RGB
CMYK
RGB Variations
Color information
#3A399D (or 0x3A399D) is known color: Dark Slate Blue. HEX triplet: 3A, 39 and 9D. RGB value is (58,57,157). Sum of RGB (Red+Green+Blue) = 58+57+157=272 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.32% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 157 (61.72% from 255 or 57.72% from 272); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A399D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A399D is #C5C662. Grayscale: #444444. Windows color (decimal): -12961379 or 10303802. OLE color: 10303802.
HSL color Cylindrical-coordinate representation of color #3A399D: hue angle of 240.6º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A399D is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 57 | 157 | - |
| CMYK | 0.63 | 0.64 | 0 | 0.38 |
| HSL | 240.6º | 0.47% | 0.42% | - |
| HSV(B) | 240.6º | 0.64% | 0.62% | - |
| XYZ | 9.29 | 6.26 | 32.62 | - |
| YUV | 68.7 | 177.83 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 57 | 157 | 0.63 | 0.64 | 0 | 0.38 | 240.6 | 0.47 | 0.42 |
| Hex | 3A | 39 | 9D | 3F | 40 | 0 | 26 | F1 | 2F | 2A |
| Octal | 72 | 71 | 235 | 77 | 100 | 0 | 46 | 361 | 57 | 52 |
| Binary | 111010 | 111001 | 10011101 | 111111 | 1000000 | 0 | 100110 | 11110001 | 101111 | 101010 |
Color Harmonies of #3A399D
Complementary color
Monochromatic Colors of #3A399D
Black with #3A399D
Text Example
Text Example
White with #3A399D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A399D; }
p { color: rgb(58,57,157); }
H1.HeaderClassName
{
color: #3A399D;
}
.AnyTagClassName
{
color: #3A399D;
}
</style>
background-color css
<style>
a { background-color: #3A399D; }
a { background-color: rgb(58,57,157); }
div.DivClassName
{
background-color: #3A399D;
}
.BgClassName
{
background-color: #3A399D;
}
</style>
border-color css
<style>
span { border-color: #3A399D; }
span { border-color: rgb(58,57,157); }
td.TdClassName
{
border-color: #3A399D;
}
.TagClassName
{
border-color: #3A399D;
}
</style>