Shades of Dark Slate Blue #3329A1
Tints of Dark Slate Blue #3329A1
RGB
CMYK
RGB Variations
Color information
#3329A1 (or 0x3329A1) is known color: Dark Slate Blue. HEX triplet: 33, 29 and A1. RGB value is (51,41,161). Sum of RGB (Red+Green+Blue) = 51+41+161=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 161 (63.28% from 255 or 63.64% from 253); Max value from RGB is 161 - color contains mainly: blue. Hex color #3329A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3329A1 is #CCD65E. Grayscale: #393939. Windows color (decimal): -13424223 or 10561843. OLE color: 10561843.
HSL color Cylindrical-coordinate representation of color #3329A1: hue angle of 245º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3329A1 is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 51 | 41 | 161 | - |
| CMYK | 0.68 | 0.75 | 0 | 0.37 |
| HSL | 245º | 0.59% | 0.4% | - |
| HSV(B) | 245º | 0.75% | 0.63% | - |
| XYZ | 8.59 | 4.86 | 34.2 | - |
| YUV | 57.67 | 186.31 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 41 | 161 | 0.68 | 0.75 | 0 | 0.37 | 245 | 0.59 | 0.4 |
| Hex | 33 | 29 | A1 | 44 | 4B | 0 | 25 | F5 | 3B | 28 |
| Octal | 63 | 51 | 241 | 104 | 113 | 0 | 45 | 365 | 73 | 50 |
| Binary | 110011 | 101001 | 10100001 | 1000100 | 1001011 | 0 | 100101 | 11110101 | 111011 | 101000 |
Color Harmonies of #3329A1
Complementary color
Monochromatic Colors of #3329A1
Black with #3329A1
Text Example
Text Example
White with #3329A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3329A1; }
p { color: rgb(51,41,161); }
H1.HeaderClassName
{
color: #3329A1;
}
.AnyTagClassName
{
color: #3329A1;
}
</style>
background-color css
<style>
a { background-color: #3329A1; }
a { background-color: rgb(51,41,161); }
div.DivClassName
{
background-color: #3329A1;
}
.BgClassName
{
background-color: #3329A1;
}
</style>
border-color css
<style>
span { border-color: #3329A1; }
span { border-color: rgb(51,41,161); }
td.TdClassName
{
border-color: #3329A1;
}
.TagClassName
{
border-color: #3329A1;
}
</style>