Shades of Dark Slate Blue #31279F
Tints of Dark Slate Blue #31279F
RGB
CMYK
RGB Variations
Color information
#31279F (or 0x31279F) is known color: Dark Slate Blue. HEX triplet: 31, 27 and 9F. RGB value is (49,39,159). Sum of RGB (Red+Green+Blue) = 49+39+159=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 39 (15.62% from 255 or 15.79% from 247); Blue value is 159 (62.5% from 255 or 64.37% from 247); Max value from RGB is 159 - color contains mainly: blue. Hex color #31279F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31279F is #CED860. Grayscale: #373737. Windows color (decimal): -13555809 or 10430257. OLE color: 10430257.
HSL color Cylindrical-coordinate representation of color #31279F: hue angle of 245º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31279F is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 39 | 159 | - |
| CMYK | 0.69 | 0.75 | 0 | 0.38 |
| HSL | 245º | 0.61% | 0.39% | - |
| HSV(B) | 245º | 0.75% | 0.62% | - |
| XYZ | 8.25 | 4.61 | 33.26 | - |
| YUV | 55.67 | 186.31 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 39 | 159 | 0.69 | 0.75 | 0 | 0.38 | 245 | 0.61 | 0.39 |
| Hex | 31 | 27 | 9F | 45 | 4B | 0 | 26 | F5 | 3D | 27 |
| Octal | 61 | 47 | 237 | 105 | 113 | 0 | 46 | 365 | 75 | 47 |
| Binary | 110001 | 100111 | 10011111 | 1000101 | 1001011 | 0 | 100110 | 11110101 | 111101 | 100111 |
Color Harmonies of #31279F
Complementary color
Monochromatic Colors of #31279F
Black with #31279F
Text Example
Text Example
White with #31279F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31279F; }
p { color: rgb(49,39,159); }
H1.HeaderClassName
{
color: #31279F;
}
.AnyTagClassName
{
color: #31279F;
}
</style>
background-color css
<style>
a { background-color: #31279F; }
a { background-color: rgb(49,39,159); }
div.DivClassName
{
background-color: #31279F;
}
.BgClassName
{
background-color: #31279F;
}
</style>
border-color css
<style>
span { border-color: #31279F; }
span { border-color: rgb(49,39,159); }
td.TdClassName
{
border-color: #31279F;
}
.TagClassName
{
border-color: #31279F;
}
</style>