Shades of Dark Slate Blue #33329F
Tints of Dark Slate Blue #33329F
RGB
CMYK
RGB Variations
Color information
#33329F (or 0x33329F) is known color: Dark Slate Blue. HEX triplet: 33, 32 and 9F. RGB value is (51,50,159). Sum of RGB (Red+Green+Blue) = 51+50+159=260 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.62% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 159 (62.5% from 255 or 61.15% from 260); Max value from RGB is 159 - color contains mainly: blue. Hex color #33329F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33329F is #CCCD60. Grayscale: #3E3E3E. Windows color (decimal): -13421921 or 10433075. OLE color: 10433075.
HSL color Cylindrical-coordinate representation of color #33329F: hue angle of 240.55º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #33329F is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 50 | 159 | - |
| CMYK | 0.68 | 0.69 | 0 | 0.38 |
| HSL | 240.55º | 0.52% | 0.41% | - |
| HSV(B) | 240.55º | 0.69% | 0.62% | - |
| XYZ | 8.76 | 5.49 | 33.4 | - |
| YUV | 62.73 | 182.33 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 50 | 159 | 0.68 | 0.69 | 0 | 0.38 | 240.55 | 0.52 | 0.41 |
| Hex | 33 | 32 | 9F | 44 | 45 | 0 | 26 | F1 | 34 | 29 |
| Octal | 63 | 62 | 237 | 104 | 105 | 0 | 46 | 361 | 64 | 51 |
| Binary | 110011 | 110010 | 10011111 | 1000100 | 1000101 | 0 | 100110 | 11110001 | 110100 | 101001 |
Color Harmonies of #33329F
Complementary color
Monochromatic Colors of #33329F
Black with #33329F
Text Example
Text Example
White with #33329F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33329F; }
p { color: rgb(51,50,159); }
H1.HeaderClassName
{
color: #33329F;
}
.AnyTagClassName
{
color: #33329F;
}
</style>
background-color css
<style>
a { background-color: #33329F; }
a { background-color: rgb(51,50,159); }
div.DivClassName
{
background-color: #33329F;
}
.BgClassName
{
background-color: #33329F;
}
</style>
border-color css
<style>
span { border-color: #33329F; }
span { border-color: rgb(51,50,159); }
td.TdClassName
{
border-color: #33329F;
}
.TagClassName
{
border-color: #33329F;
}
</style>