Shades of Dark Slate Blue #3A329D
Tints of Dark Slate Blue #3A329D
RGB
CMYK
RGB Variations
Color information
#3A329D (or 0x3A329D) is known color: Dark Slate Blue. HEX triplet: 3A, 32 and 9D. RGB value is (58,50,157). Sum of RGB (Red+Green+Blue) = 58+50+157=265 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.89% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 157 (61.72% from 255 or 59.25% from 265); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A329D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A329D is #C5CD62. Grayscale: #404040. Windows color (decimal): -12963171 or 10302010. OLE color: 10302010.
HSL color Cylindrical-coordinate representation of color #3A329D: hue angle of 244.49º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A329D is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 50 | 157 | - |
| CMYK | 0.63 | 0.68 | 0 | 0.38 |
| HSL | 244.49º | 0.52% | 0.41% | - |
| HSV(B) | 244.49º | 0.68% | 0.62% | - |
| XYZ | 8.97 | 5.62 | 32.51 | - |
| YUV | 64.59 | 180.15 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 50 | 157 | 0.63 | 0.68 | 0 | 0.38 | 244.49 | 0.52 | 0.41 |
| Hex | 3A | 32 | 9D | 3F | 44 | 0 | 26 | F4 | 34 | 29 |
| Octal | 72 | 62 | 235 | 77 | 104 | 0 | 46 | 364 | 64 | 51 |
| Binary | 111010 | 110010 | 10011101 | 111111 | 1000100 | 0 | 100110 | 11110100 | 110100 | 101001 |
Color Harmonies of #3A329D
Complementary color
Monochromatic Colors of #3A329D
Black with #3A329D
Text Example
Text Example
White with #3A329D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A329D; }
p { color: rgb(58,50,157); }
H1.HeaderClassName
{
color: #3A329D;
}
.AnyTagClassName
{
color: #3A329D;
}
</style>
background-color css
<style>
a { background-color: #3A329D; }
a { background-color: rgb(58,50,157); }
div.DivClassName
{
background-color: #3A329D;
}
.BgClassName
{
background-color: #3A329D;
}
</style>
border-color css
<style>
span { border-color: #3A329D; }
span { border-color: rgb(58,50,157); }
td.TdClassName
{
border-color: #3A329D;
}
.TagClassName
{
border-color: #3A329D;
}
</style>