Shades of Dark Slate Blue #312594
Tints of Dark Slate Blue #312594
RGB
CMYK
RGB Variations
Color information
#312594 (or 0x312594) is known color: Dark Slate Blue. HEX triplet: 31, 25 and 94. RGB value is (49,37,148). Sum of RGB (Red+Green+Blue) = 49+37+148=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 148 (58.20% from 255 or 63.25% from 234); Max value from RGB is 148 - color contains mainly: blue. Hex color #312594 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312594 is #CEDA6B. Grayscale: #343434. Windows color (decimal): -13556332 or 9708849. OLE color: 9708849.
HSL color Cylindrical-coordinate representation of color #312594: hue angle of 246.49º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #312594 is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 37 | 148 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.42 |
| HSL | 246.49º | 0.6% | 0.36% | - |
| HSV(B) | 246.49º | 0.75% | 0.58% | - |
| XYZ | 7.27 | 4.11 | 28.43 | - |
| YUV | 53.24 | 181.48 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 37 | 148 | 0.67 | 0.75 | 0 | 0.42 | 246.49 | 0.6 | 0.36 |
| Hex | 31 | 25 | 94 | 43 | 4B | 0 | 2A | F6 | 3C | 24 |
| Octal | 61 | 45 | 224 | 103 | 113 | 0 | 52 | 366 | 74 | 44 |
| Binary | 110001 | 100101 | 10010100 | 1000011 | 1001011 | 0 | 101010 | 11110110 | 111100 | 100100 |
Color Harmonies of #312594
Complementary color
Monochromatic Colors of #312594
Black with #312594
Text Example
Text Example
White with #312594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312594; }
p { color: rgb(49,37,148); }
H1.HeaderClassName
{
color: #312594;
}
.AnyTagClassName
{
color: #312594;
}
</style>
background-color css
<style>
a { background-color: #312594; }
a { background-color: rgb(49,37,148); }
div.DivClassName
{
background-color: #312594;
}
.BgClassName
{
background-color: #312594;
}
</style>
border-color css
<style>
span { border-color: #312594; }
span { border-color: rgb(49,37,148); }
td.TdClassName
{
border-color: #312594;
}
.TagClassName
{
border-color: #312594;
}
</style>