Shades of Dark Slate Blue #31299B
Tints of Dark Slate Blue #31299B
RGB
CMYK
RGB Variations
Color information
#31299B (or 0x31299B) is known color: Dark Slate Blue. HEX triplet: 31, 29 and 9B. RGB value is (49,41,155). Sum of RGB (Red+Green+Blue) = 49+41+155=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 155 (60.94% from 255 or 63.27% from 245); Max value from RGB is 155 - color contains mainly: blue. Hex color #31299B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31299B is #CED664. Grayscale: #373737. Windows color (decimal): -13555301 or 10168625. OLE color: 10168625.
HSL color Cylindrical-coordinate representation of color #31299B: hue angle of 244.21º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31299B is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 41 | 155 | - |
| CMYK | 0.68 | 0.74 | 0 | 0.39 |
| HSL | 244.21º | 0.58% | 0.38% | - |
| HSV(B) | 244.21º | 0.74% | 0.61% | - |
| XYZ | 7.98 | 4.61 | 31.48 | - |
| YUV | 56.39 | 183.65 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 41 | 155 | 0.68 | 0.74 | 0 | 0.39 | 244.21 | 0.58 | 0.38 |
| Hex | 31 | 29 | 9B | 44 | 4A | 0 | 27 | F4 | 3A | 26 |
| Octal | 61 | 51 | 233 | 104 | 112 | 0 | 47 | 364 | 72 | 46 |
| Binary | 110001 | 101001 | 10011011 | 1000100 | 1001010 | 0 | 100111 | 11110100 | 111010 | 100110 |
Color Harmonies of #31299B
Complementary color
Monochromatic Colors of #31299B
Black with #31299B
Text Example
Text Example
White with #31299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31299B; }
p { color: rgb(49,41,155); }
H1.HeaderClassName
{
color: #31299B;
}
.AnyTagClassName
{
color: #31299B;
}
</style>
background-color css
<style>
a { background-color: #31299B; }
a { background-color: rgb(49,41,155); }
div.DivClassName
{
background-color: #31299B;
}
.BgClassName
{
background-color: #31299B;
}
</style>
border-color css
<style>
span { border-color: #31299B; }
span { border-color: rgb(49,41,155); }
td.TdClassName
{
border-color: #31299B;
}
.TagClassName
{
border-color: #31299B;
}
</style>