Shades of Dark Slate Blue #332DA1
Tints of Dark Slate Blue #332DA1
RGB
CMYK
RGB Variations
Color information
#332DA1 (or 0x332DA1) is known color: Dark Slate Blue. HEX triplet: 33, 2D and A1. RGB value is (51,45,161). Sum of RGB (Red+Green+Blue) = 51+45+161=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 45 (17.97% from 255 or 17.51% from 257); Blue value is 161 (63.28% from 255 or 62.65% from 257); Max value from RGB is 161 - color contains mainly: blue. Hex color #332DA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332DA1 is #CCD25E. Grayscale: #3B3B3B. Windows color (decimal): -13423199 or 10562867. OLE color: 10562867.
HSL color Cylindrical-coordinate representation of color #332DA1: hue angle of 243.1º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #332DA1 is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 51 | 45 | 161 | - |
| CMYK | 0.68 | 0.72 | 0 | 0.37 |
| HSL | 243.1º | 0.56% | 0.4% | - |
| HSV(B) | 243.1º | 0.72% | 0.63% | - |
| XYZ | 8.74 | 5.15 | 34.25 | - |
| YUV | 60.02 | 184.99 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 45 | 161 | 0.68 | 0.72 | 0 | 0.37 | 243.1 | 0.56 | 0.4 |
| Hex | 33 | 2D | A1 | 44 | 48 | 0 | 25 | F3 | 38 | 28 |
| Octal | 63 | 55 | 241 | 104 | 110 | 0 | 45 | 363 | 70 | 50 |
| Binary | 110011 | 101101 | 10100001 | 1000100 | 1001000 | 0 | 100101 | 11110011 | 111000 | 101000 |
Color Harmonies of #332DA1
Complementary color
Monochromatic Colors of #332DA1
Black with #332DA1
Text Example
Text Example
White with #332DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332DA1; }
p { color: rgb(51,45,161); }
H1.HeaderClassName
{
color: #332DA1;
}
.AnyTagClassName
{
color: #332DA1;
}
</style>
background-color css
<style>
a { background-color: #332DA1; }
a { background-color: rgb(51,45,161); }
div.DivClassName
{
background-color: #332DA1;
}
.BgClassName
{
background-color: #332DA1;
}
</style>
border-color css
<style>
span { border-color: #332DA1; }
span { border-color: rgb(51,45,161); }
td.TdClassName
{
border-color: #332DA1;
}
.TagClassName
{
border-color: #332DA1;
}
</style>