Shades of Dark Slate Blue #322695
Tints of Dark Slate Blue #322695
RGB
CMYK
RGB Variations
Color information
#322695 (or 0x322695) is known color: Dark Slate Blue. HEX triplet: 32, 26 and 95. RGB value is (50,38,149). Sum of RGB (Red+Green+Blue) = 50+38+149=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 149 (58.59% from 255 or 62.87% from 237); Max value from RGB is 149 - color contains mainly: blue. Hex color #322695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322695 is #CDD96A. Grayscale: #353535. Windows color (decimal): -13490539 or 9774642. OLE color: 9774642.
HSL color Cylindrical-coordinate representation of color #322695: hue angle of 246.49º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #322695 is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 38 | 149 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.42 |
| HSL | 246.49º | 0.59% | 0.37% | - |
| HSV(B) | 246.49º | 0.74% | 0.58% | - |
| XYZ | 7.43 | 4.23 | 28.86 | - |
| YUV | 54.24 | 181.48 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 38 | 149 | 0.66 | 0.74 | 0 | 0.42 | 246.49 | 0.59 | 0.37 |
| Hex | 32 | 26 | 95 | 42 | 4A | 0 | 2A | F6 | 3B | 25 |
| Octal | 62 | 46 | 225 | 102 | 112 | 0 | 52 | 366 | 73 | 45 |
| Binary | 110010 | 100110 | 10010101 | 1000010 | 1001010 | 0 | 101010 | 11110110 | 111011 | 100101 |
Color Harmonies of #322695
Complementary color
Monochromatic Colors of #322695
Black with #322695
Text Example
Text Example
White with #322695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322695; }
p { color: rgb(50,38,149); }
H1.HeaderClassName
{
color: #322695;
}
.AnyTagClassName
{
color: #322695;
}
</style>
background-color css
<style>
a { background-color: #322695; }
a { background-color: rgb(50,38,149); }
div.DivClassName
{
background-color: #322695;
}
.BgClassName
{
background-color: #322695;
}
</style>
border-color css
<style>
span { border-color: #322695; }
span { border-color: rgb(50,38,149); }
td.TdClassName
{
border-color: #322695;
}
.TagClassName
{
border-color: #322695;
}
</style>