Shades of Dark Slate Blue #323197
Tints of Dark Slate Blue #323197
RGB
CMYK
RGB Variations
Color information
#323197 (or 0x323197) is known color: Dark Slate Blue. HEX triplet: 32, 31 and 97. RGB value is (50,49,151). Sum of RGB (Red+Green+Blue) = 50+49+151=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 151 (59.38% from 255 or 60.4% from 250); Max value from RGB is 151 - color contains mainly: blue. Hex color #323197 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323197 is #CDCE68. Grayscale: #3C3C3C. Windows color (decimal): -13487721 or 9908530. OLE color: 9908530.
HSL color Cylindrical-coordinate representation of color #323197: hue angle of 240.59º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #323197 is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 50 | 49 | 151 | - |
| CMYK | 0.67 | 0.68 | 0 | 0.41 |
| HSL | 240.59º | 0.51% | 0.39% | - |
| HSV(B) | 240.59º | 0.68% | 0.59% | - |
| XYZ | 8 | 5.11 | 29.84 | - |
| YUV | 60.93 | 178.83 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 49 | 151 | 0.67 | 0.68 | 0 | 0.41 | 240.59 | 0.51 | 0.39 |
| Hex | 32 | 31 | 97 | 43 | 44 | 0 | 29 | F1 | 33 | 27 |
| Octal | 62 | 61 | 227 | 103 | 104 | 0 | 51 | 361 | 63 | 47 |
| Binary | 110010 | 110001 | 10010111 | 1000011 | 1000100 | 0 | 101001 | 11110001 | 110011 | 100111 |
Color Harmonies of #323197
Complementary color
Monochromatic Colors of #323197
Black with #323197
Text Example
Text Example
White with #323197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323197; }
p { color: rgb(50,49,151); }
H1.HeaderClassName
{
color: #323197;
}
.AnyTagClassName
{
color: #323197;
}
</style>
background-color css
<style>
a { background-color: #323197; }
a { background-color: rgb(50,49,151); }
div.DivClassName
{
background-color: #323197;
}
.BgClassName
{
background-color: #323197;
}
</style>
border-color css
<style>
span { border-color: #323197; }
span { border-color: rgb(50,49,151); }
td.TdClassName
{
border-color: #323197;
}
.TagClassName
{
border-color: #323197;
}
</style>