Shades of Dark Slate Blue #332992
Tints of Dark Slate Blue #332992
RGB
CMYK
RGB Variations
Color information
#332992 (or 0x332992) is known color: Dark Slate Blue. HEX triplet: 33, 29 and 92. RGB value is (51,41,146). Sum of RGB (Red+Green+Blue) = 51+41+146=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 146 (57.42% from 255 or 61.34% from 238); Max value from RGB is 146 - color contains mainly: blue. Hex color #332992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332992 is #CCD66D. Grayscale: #373737. Windows color (decimal): -13424238 or 9578803. OLE color: 9578803.
HSL color Cylindrical-coordinate representation of color #332992: hue angle of 245.71º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #332992 is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 51 | 41 | 146 | - |
| CMYK | 0.65 | 0.72 | 0 | 0.43 |
| HSL | 245.71º | 0.56% | 0.37% | - |
| HSV(B) | 245.71º | 0.72% | 0.57% | - |
| XYZ | 7.35 | 4.37 | 27.65 | - |
| YUV | 55.96 | 178.81 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 41 | 146 | 0.65 | 0.72 | 0 | 0.43 | 245.71 | 0.56 | 0.37 |
| Hex | 33 | 29 | 92 | 41 | 48 | 0 | 2B | F6 | 38 | 25 |
| Octal | 63 | 51 | 222 | 101 | 110 | 0 | 53 | 366 | 70 | 45 |
| Binary | 110011 | 101001 | 10010010 | 1000001 | 1001000 | 0 | 101011 | 11110110 | 111000 | 100101 |
Color Harmonies of #332992
Complementary color
Monochromatic Colors of #332992
Black with #332992
Text Example
Text Example
White with #332992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332992; }
p { color: rgb(51,41,146); }
H1.HeaderClassName
{
color: #332992;
}
.AnyTagClassName
{
color: #332992;
}
</style>
background-color css
<style>
a { background-color: #332992; }
a { background-color: rgb(51,41,146); }
div.DivClassName
{
background-color: #332992;
}
.BgClassName
{
background-color: #332992;
}
</style>
border-color css
<style>
span { border-color: #332992; }
span { border-color: rgb(51,41,146); }
td.TdClassName
{
border-color: #332992;
}
.TagClassName
{
border-color: #332992;
}
</style>