Shades of Dark Slate Blue #3A2590
Tints of Dark Slate Blue #3A2590
RGB
CMYK
RGB Variations
Color information
#3A2590 (or 0x3A2590) is known color: Dark Slate Blue. HEX triplet: 3A, 25 and 90. RGB value is (58,37,144). Sum of RGB (Red+Green+Blue) = 58+37+144=239 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.27% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 144 (56.64% from 255 or 60.25% from 239); Max value from RGB is 144 - color contains mainly: blue. Hex color #3A2590 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2590 is #C5DA6F. Grayscale: #373737. Windows color (decimal): -12966512 or 9446714. OLE color: 9446714.
HSL color Cylindrical-coordinate representation of color #3A2590: hue angle of 251.78º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A2590 is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 58 | 37 | 144 | - |
| CMYK | 0.60 | 0.74 | 0 | 0.44 |
| HSL | 251.78º | 0.59% | 0.35% | - |
| HSV(B) | 251.78º | 0.74% | 0.56% | - |
| XYZ | 7.44 | 4.24 | 26.81 | - |
| YUV | 55.48 | 177.96 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 37 | 144 | 0.60 | 0.74 | 0 | 0.44 | 251.78 | 0.59 | 0.35 |
| Hex | 3A | 25 | 90 | 3C | 4A | 0 | 2C | FC | 3B | 23 |
| Octal | 72 | 45 | 220 | 74 | 112 | 0 | 54 | 374 | 73 | 43 |
| Binary | 111010 | 100101 | 10010000 | 111100 | 1001010 | 0 | 101100 | 11111100 | 111011 | 100011 |
Color Harmonies of #3A2590
Complementary color
Monochromatic Colors of #3A2590
Black with #3A2590
Text Example
Text Example
White with #3A2590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2590; }
p { color: rgb(58,37,144); }
H1.HeaderClassName
{
color: #3A2590;
}
.AnyTagClassName
{
color: #3A2590;
}
</style>
background-color css
<style>
a { background-color: #3A2590; }
a { background-color: rgb(58,37,144); }
div.DivClassName
{
background-color: #3A2590;
}
.BgClassName
{
background-color: #3A2590;
}
</style>
border-color css
<style>
span { border-color: #3A2590; }
span { border-color: rgb(58,37,144); }
td.TdClassName
{
border-color: #3A2590;
}
.TagClassName
{
border-color: #3A2590;
}
</style>