Shades of Dark Slate Blue #31279D
Tints of Dark Slate Blue #31279D
RGB
CMYK
RGB Variations
Color information
#31279D (or 0x31279D) is known color: Dark Slate Blue. HEX triplet: 31, 27 and 9D. RGB value is (49,39,157). Sum of RGB (Red+Green+Blue) = 49+39+157=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 39 (15.62% from 255 or 15.92% from 245); Blue value is 157 (61.72% from 255 or 64.08% from 245); Max value from RGB is 157 - color contains mainly: blue. Hex color #31279D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31279D is #CED862. Grayscale: #363636. Windows color (decimal): -13555811 or 10299185. OLE color: 10299185.
HSL color Cylindrical-coordinate representation of color #31279D: hue angle of 245.08º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31279D is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 39 | 157 | - |
| CMYK | 0.69 | 0.75 | 0 | 0.38 |
| HSL | 245.08º | 0.6% | 0.38% | - |
| HSV(B) | 245.08º | 0.75% | 0.62% | - |
| XYZ | 8.08 | 4.54 | 32.35 | - |
| YUV | 55.44 | 185.31 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 39 | 157 | 0.69 | 0.75 | 0 | 0.38 | 245.08 | 0.6 | 0.38 |
| Hex | 31 | 27 | 9D | 45 | 4B | 0 | 26 | F5 | 3C | 26 |
| Octal | 61 | 47 | 235 | 105 | 113 | 0 | 46 | 365 | 74 | 46 |
| Binary | 110001 | 100111 | 10011101 | 1000101 | 1001011 | 0 | 100110 | 11110101 | 111100 | 100110 |
Color Harmonies of #31279D
Complementary color
Monochromatic Colors of #31279D
Black with #31279D
Text Example
Text Example
White with #31279D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31279D; }
p { color: rgb(49,39,157); }
H1.HeaderClassName
{
color: #31279D;
}
.AnyTagClassName
{
color: #31279D;
}
</style>
background-color css
<style>
a { background-color: #31279D; }
a { background-color: rgb(49,39,157); }
div.DivClassName
{
background-color: #31279D;
}
.BgClassName
{
background-color: #31279D;
}
</style>
border-color css
<style>
span { border-color: #31279D; }
span { border-color: rgb(49,39,157); }
td.TdClassName
{
border-color: #31279D;
}
.TagClassName
{
border-color: #31279D;
}
</style>