Shades of Dark Slate Blue #31239D
Tints of Dark Slate Blue #31239D
RGB
CMYK
RGB Variations
Color information
#31239D (or 0x31239D) is known color: Dark Slate Blue. HEX triplet: 31, 23 and 9D. RGB value is (49,35,157). Sum of RGB (Red+Green+Blue) = 49+35+157=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 157 (61.72% from 255 or 65.15% from 241); Max value from RGB is 157 - color contains mainly: blue. Hex color #31239D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31239D is #CEDC62. Grayscale: #343434. Windows color (decimal): -13556835 or 10298161. OLE color: 10298161.
HSL color Cylindrical-coordinate representation of color #31239D: hue angle of 246.89º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31239D is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 35 | 157 | - |
| CMYK | 0.69 | 0.78 | 0 | 0.38 |
| HSL | 246.89º | 0.64% | 0.38% | - |
| HSV(B) | 246.89º | 0.78% | 0.62% | - |
| XYZ | 7.95 | 4.29 | 32.31 | - |
| YUV | 53.09 | 186.64 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 35 | 157 | 0.69 | 0.78 | 0 | 0.38 | 246.89 | 0.64 | 0.38 |
| Hex | 31 | 23 | 9D | 45 | 4E | 0 | 26 | F7 | 40 | 26 |
| Octal | 61 | 43 | 235 | 105 | 116 | 0 | 46 | 367 | 100 | 46 |
| Binary | 110001 | 100011 | 10011101 | 1000101 | 1001110 | 0 | 100110 | 11110111 | 1000000 | 100110 |
Color Harmonies of #31239D
Complementary color
Monochromatic Colors of #31239D
Black with #31239D
Text Example
Text Example
White with #31239D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31239D; }
p { color: rgb(49,35,157); }
H1.HeaderClassName
{
color: #31239D;
}
.AnyTagClassName
{
color: #31239D;
}
</style>
background-color css
<style>
a { background-color: #31239D; }
a { background-color: rgb(49,35,157); }
div.DivClassName
{
background-color: #31239D;
}
.BgClassName
{
background-color: #31239D;
}
</style>
border-color css
<style>
span { border-color: #31239D; }
span { border-color: rgb(49,35,157); }
td.TdClassName
{
border-color: #31239D;
}
.TagClassName
{
border-color: #31239D;
}
</style>