Shades of Dark Slate Blue #332996
Tints of Dark Slate Blue #332996
RGB
CMYK
RGB Variations
Color information
#332996 (or 0x332996) is known color: Dark Slate Blue. HEX triplet: 33, 29 and 96. RGB value is (51,41,150). Sum of RGB (Red+Green+Blue) = 51+41+150=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 41 (16.41% from 255 or 16.94% from 242); Blue value is 150 (58.98% from 255 or 61.98% from 242); Max value from RGB is 150 - color contains mainly: blue. Hex color #332996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332996 is #CCD669. Grayscale: #373737. Windows color (decimal): -13424234 or 9840947. OLE color: 9840947.
HSL color Cylindrical-coordinate representation of color #332996: hue angle of 245.5º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #332996 is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 51 | 41 | 150 | - |
| CMYK | 0.66 | 0.73 | 0 | 0.41 |
| HSL | 245.5º | 0.57% | 0.37% | - |
| HSV(B) | 245.5º | 0.73% | 0.59% | - |
| XYZ | 7.66 | 4.49 | 29.32 | - |
| YUV | 56.42 | 180.81 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 41 | 150 | 0.66 | 0.73 | 0 | 0.41 | 245.5 | 0.57 | 0.37 |
| Hex | 33 | 29 | 96 | 42 | 49 | 0 | 29 | F6 | 39 | 25 |
| Octal | 63 | 51 | 226 | 102 | 111 | 0 | 51 | 366 | 71 | 45 |
| Binary | 110011 | 101001 | 10010110 | 1000010 | 1001001 | 0 | 101001 | 11110110 | 111001 | 100101 |
Color Harmonies of #332996
Complementary color
Monochromatic Colors of #332996
Black with #332996
Text Example
Text Example
White with #332996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332996; }
p { color: rgb(51,41,150); }
H1.HeaderClassName
{
color: #332996;
}
.AnyTagClassName
{
color: #332996;
}
</style>
background-color css
<style>
a { background-color: #332996; }
a { background-color: rgb(51,41,150); }
div.DivClassName
{
background-color: #332996;
}
.BgClassName
{
background-color: #332996;
}
</style>
border-color css
<style>
span { border-color: #332996; }
span { border-color: rgb(51,41,150); }
td.TdClassName
{
border-color: #332996;
}
.TagClassName
{
border-color: #332996;
}
</style>