Shades of Dark Slate Blue #3A2F91
Tints of Dark Slate Blue #3A2F91
RGB
CMYK
RGB Variations
Color information
#3A2F91 (or 0x3A2F91) is known color: Dark Slate Blue. HEX triplet: 3A, 2F and 91. RGB value is (58,47,145). Sum of RGB (Red+Green+Blue) = 58+47+145=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 47 (18.75% from 255 or 18.8% from 250); Blue value is 145 (57.03% from 255 or 58% from 250); Max value from RGB is 145 - color contains mainly: blue. Hex color #3A2F91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2F91 is #C5D06E. Grayscale: #3D3D3D. Windows color (decimal): -12963951 or 9514810. OLE color: 9514810.
HSL color Cylindrical-coordinate representation of color #3A2F91: hue angle of 246.73º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A2F91 is Cyan = 0.6, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 58 | 47 | 145 | - |
| CMYK | 0.6 | 0.68 | 0 | 0.43 |
| HSL | 246.73º | 0.51% | 0.38% | - |
| HSV(B) | 246.73º | 0.68% | 0.57% | - |
| XYZ | 7.87 | 4.98 | 27.33 | - |
| YUV | 61.46 | 175.14 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 47 | 145 | 0.6 | 0.68 | 0 | 0.43 | 246.73 | 0.51 | 0.38 |
| Hex | 3A | 2F | 91 | 3C | 44 | 0 | 2B | F7 | 33 | 26 |
| Octal | 72 | 57 | 221 | 74 | 104 | 0 | 53 | 367 | 63 | 46 |
| Binary | 111010 | 101111 | 10010001 | 111100 | 1000100 | 0 | 101011 | 11110111 | 110011 | 100110 |
Color Harmonies of #3A2F91
Complementary color
Monochromatic Colors of #3A2F91
Black with #3A2F91
Text Example
Text Example
White with #3A2F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2F91; }
p { color: rgb(58,47,145); }
H1.HeaderClassName
{
color: #3A2F91;
}
.AnyTagClassName
{
color: #3A2F91;
}
</style>
background-color css
<style>
a { background-color: #3A2F91; }
a { background-color: rgb(58,47,145); }
div.DivClassName
{
background-color: #3A2F91;
}
.BgClassName
{
background-color: #3A2F91;
}
</style>
border-color css
<style>
span { border-color: #3A2F91; }
span { border-color: rgb(58,47,145); }
td.TdClassName
{
border-color: #3A2F91;
}
.TagClassName
{
border-color: #3A2F91;
}
</style>