Shades of Dark Slate Blue #31259F
Tints of Dark Slate Blue #31259F
RGB
CMYK
RGB Variations
Color information
#31259F (or 0x31259F) is known color: Dark Slate Blue. HEX triplet: 31, 25 and 9F. RGB value is (49,37,159). Sum of RGB (Red+Green+Blue) = 49+37+159=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 159 (62.5% from 255 or 64.90% from 245); Max value from RGB is 159 - color contains mainly: blue. Hex color #31259F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31259F is #CEDA60. Grayscale: #363636. Windows color (decimal): -13556321 or 10429745. OLE color: 10429745.
HSL color Cylindrical-coordinate representation of color #31259F: hue angle of 245.9º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31259F is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 37 | 159 | - |
| CMYK | 0.69 | 0.77 | 0 | 0.38 |
| HSL | 245.9º | 0.62% | 0.38% | - |
| HSV(B) | 245.9º | 0.77% | 0.62% | - |
| XYZ | 8.19 | 4.48 | 33.23 | - |
| YUV | 54.5 | 186.98 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 37 | 159 | 0.69 | 0.77 | 0 | 0.38 | 245.9 | 0.62 | 0.38 |
| Hex | 31 | 25 | 9F | 45 | 4D | 0 | 26 | F6 | 3E | 26 |
| Octal | 61 | 45 | 237 | 105 | 115 | 0 | 46 | 366 | 76 | 46 |
| Binary | 110001 | 100101 | 10011111 | 1000101 | 1001101 | 0 | 100110 | 11110110 | 111110 | 100110 |
Color Harmonies of #31259F
Complementary color
Monochromatic Colors of #31259F
Black with #31259F
Text Example
Text Example
White with #31259F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31259F; }
p { color: rgb(49,37,159); }
H1.HeaderClassName
{
color: #31259F;
}
.AnyTagClassName
{
color: #31259F;
}
</style>
background-color css
<style>
a { background-color: #31259F; }
a { background-color: rgb(49,37,159); }
div.DivClassName
{
background-color: #31259F;
}
.BgClassName
{
background-color: #31259F;
}
</style>
border-color css
<style>
span { border-color: #31259F; }
span { border-color: rgb(49,37,159); }
td.TdClassName
{
border-color: #31259F;
}
.TagClassName
{
border-color: #31259F;
}
</style>