Shades of Dark Slate Blue #31329E
Tints of Dark Slate Blue #31329E
RGB
CMYK
RGB Variations
Color information
#31329E (or 0x31329E) is known color: Dark Slate Blue. HEX triplet: 31, 32 and 9E. RGB value is (49,50,158). Sum of RGB (Red+Green+Blue) = 49+50+158=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 158 (62.11% from 255 or 61.48% from 257); Max value from RGB is 158 - color contains mainly: blue. Hex color #31329E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31329E is #CECD61. Grayscale: #3D3D3D. Windows color (decimal): -13552994 or 10367537. OLE color: 10367537.
HSL color Cylindrical-coordinate representation of color #31329E: hue angle of 239.45º degrees, saturation: 0.53, 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 #31329E is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 50 | 158 | - |
| CMYK | 0.69 | 0.68 | 0 | 0.38 |
| HSL | 239.45º | 0.53% | 0.41% | - |
| HSV(B) | 239.45º | 0.69% | 0.62% | - |
| XYZ | 8.58 | 5.4 | 32.94 | - |
| YUV | 62.01 | 182.17 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 50 | 158 | 0.69 | 0.68 | 0 | 0.38 | 239.45 | 0.53 | 0.41 |
| Hex | 31 | 32 | 9E | 45 | 44 | 0 | 26 | EF | 35 | 29 |
| Octal | 61 | 62 | 236 | 105 | 104 | 0 | 46 | 357 | 65 | 51 |
| Binary | 110001 | 110010 | 10011110 | 1000101 | 1000100 | 0 | 100110 | 11101111 | 110101 | 101001 |
Color Harmonies of #31329E
Complementary color
Monochromatic Colors of #31329E
Black with #31329E
Text Example
Text Example
White with #31329E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31329E; }
p { color: rgb(49,50,158); }
H1.HeaderClassName
{
color: #31329E;
}
.AnyTagClassName
{
color: #31329E;
}
</style>
background-color css
<style>
a { background-color: #31329E; }
a { background-color: rgb(49,50,158); }
div.DivClassName
{
background-color: #31329E;
}
.BgClassName
{
background-color: #31329E;
}
</style>
border-color css
<style>
span { border-color: #31329E; }
span { border-color: rgb(49,50,158); }
td.TdClassName
{
border-color: #31329E;
}
.TagClassName
{
border-color: #31329E;
}
</style>