Shades of Dark Slate Blue #332899
Tints of Dark Slate Blue #332899
RGB
CMYK
RGB Variations
Color information
#332899 (or 0x332899) is known color: Dark Slate Blue. HEX triplet: 33, 28 and 99. RGB value is (51,40,153). Sum of RGB (Red+Green+Blue) = 51+40+153=244 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.90% from 244); Green value is 40 (16.02% from 255 or 16.39% from 244); Blue value is 153 (60.16% from 255 or 62.70% from 244); Max value from RGB is 153 - color contains mainly: blue. Hex color #332899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332899 is #CCD766. Grayscale: #373737. Windows color (decimal): -13424487 or 10037299. OLE color: 10037299.
HSL color Cylindrical-coordinate representation of color #332899: hue angle of 245.84º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #332899 is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 51 | 40 | 153 | - |
| CMYK | 0.67 | 0.74 | 0 | 0.4 |
| HSL | 245.84º | 0.59% | 0.38% | - |
| HSV(B) | 245.84º | 0.74% | 0.6% | - |
| XYZ | 7.87 | 4.52 | 30.59 | - |
| YUV | 56.17 | 182.64 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 40 | 153 | 0.67 | 0.74 | 0 | 0.4 | 245.84 | 0.59 | 0.38 |
| Hex | 33 | 28 | 99 | 43 | 4A | 0 | 28 | F6 | 3B | 26 |
| Octal | 63 | 50 | 231 | 103 | 112 | 0 | 50 | 366 | 73 | 46 |
| Binary | 110011 | 101000 | 10011001 | 1000011 | 1001010 | 0 | 101000 | 11110110 | 111011 | 100110 |
Color Harmonies of #332899
Complementary color
Monochromatic Colors of #332899
Black with #332899
Text Example
Text Example
White with #332899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332899; }
p { color: rgb(51,40,153); }
H1.HeaderClassName
{
color: #332899;
}
.AnyTagClassName
{
color: #332899;
}
</style>
background-color css
<style>
a { background-color: #332899; }
a { background-color: rgb(51,40,153); }
div.DivClassName
{
background-color: #332899;
}
.BgClassName
{
background-color: #332899;
}
</style>
border-color css
<style>
span { border-color: #332899; }
span { border-color: rgb(51,40,153); }
td.TdClassName
{
border-color: #332899;
}
.TagClassName
{
border-color: #332899;
}
</style>