Shades of Dark Slate Blue #332895
Tints of Dark Slate Blue #332895
RGB
CMYK
RGB Variations
Color information
#332895 (or 0x332895) is known color: Dark Slate Blue. HEX triplet: 33, 28 and 95. RGB value is (51,40,149). Sum of RGB (Red+Green+Blue) = 51+40+149=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 149 (58.59% from 255 or 62.08% from 240); Max value from RGB is 149 - color contains mainly: blue. Hex color #332895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332895 is #CCD76A. Grayscale: #373737. Windows color (decimal): -13424491 or 9775155. OLE color: 9775155.
HSL color Cylindrical-coordinate representation of color #332895: hue angle of 246.06º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #332895 is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 51 | 40 | 149 | - |
| CMYK | 0.66 | 0.73 | 0 | 0.42 |
| HSL | 246.06º | 0.58% | 0.37% | - |
| HSV(B) | 246.06º | 0.73% | 0.58% | - |
| XYZ | 7.55 | 4.39 | 28.88 | - |
| YUV | 55.72 | 180.64 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 40 | 149 | 0.66 | 0.73 | 0 | 0.42 | 246.06 | 0.58 | 0.37 |
| Hex | 33 | 28 | 95 | 42 | 49 | 0 | 2A | F6 | 3A | 25 |
| Octal | 63 | 50 | 225 | 102 | 111 | 0 | 52 | 366 | 72 | 45 |
| Binary | 110011 | 101000 | 10010101 | 1000010 | 1001001 | 0 | 101010 | 11110110 | 111010 | 100101 |
Color Harmonies of #332895
Complementary color
Monochromatic Colors of #332895
Black with #332895
Text Example
Text Example
White with #332895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332895; }
p { color: rgb(51,40,149); }
H1.HeaderClassName
{
color: #332895;
}
.AnyTagClassName
{
color: #332895;
}
</style>
background-color css
<style>
a { background-color: #332895; }
a { background-color: rgb(51,40,149); }
div.DivClassName
{
background-color: #332895;
}
.BgClassName
{
background-color: #332895;
}
</style>
border-color css
<style>
span { border-color: #332895; }
span { border-color: rgb(51,40,149); }
td.TdClassName
{
border-color: #332895;
}
.TagClassName
{
border-color: #332895;
}
</style>