Shades of Dark Slate Blue #332692
Tints of Dark Slate Blue #332692
RGB
CMYK
RGB Variations
Color information
#332692 (or 0x332692) is known color: Dark Slate Blue. HEX triplet: 33, 26 and 92. RGB value is (51,38,146). Sum of RGB (Red+Green+Blue) = 51+38+146=235 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.70% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 146 (57.42% from 255 or 62.13% from 235); Max value from RGB is 146 - color contains mainly: blue. Hex color #332692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332692 is #CCD96D. Grayscale: #353535. Windows color (decimal): -13425006 or 9578035. OLE color: 9578035.
HSL color Cylindrical-coordinate representation of color #332692: hue angle of 247.22º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #332692 is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 51 | 38 | 146 | - |
| CMYK | 0.65 | 0.74 | 0 | 0.43 |
| HSL | 247.22º | 0.59% | 0.36% | - |
| HSV(B) | 247.22º | 0.74% | 0.57% | - |
| XYZ | 7.25 | 4.17 | 27.62 | - |
| YUV | 54.2 | 179.81 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 38 | 146 | 0.65 | 0.74 | 0 | 0.43 | 247.22 | 0.59 | 0.36 |
| Hex | 33 | 26 | 92 | 41 | 4A | 0 | 2B | F7 | 3B | 24 |
| Octal | 63 | 46 | 222 | 101 | 112 | 0 | 53 | 367 | 73 | 44 |
| Binary | 110011 | 100110 | 10010010 | 1000001 | 1001010 | 0 | 101011 | 11110111 | 111011 | 100100 |
Color Harmonies of #332692
Complementary color
Monochromatic Colors of #332692
Black with #332692
Text Example
Text Example
White with #332692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332692; }
p { color: rgb(51,38,146); }
H1.HeaderClassName
{
color: #332692;
}
.AnyTagClassName
{
color: #332692;
}
</style>
background-color css
<style>
a { background-color: #332692; }
a { background-color: rgb(51,38,146); }
div.DivClassName
{
background-color: #332692;
}
.BgClassName
{
background-color: #332692;
}
</style>
border-color css
<style>
span { border-color: #332692; }
span { border-color: rgb(51,38,146); }
td.TdClassName
{
border-color: #332692;
}
.TagClassName
{
border-color: #332692;
}
</style>