Shades of Dark Slate Blue #312593
Tints of Dark Slate Blue #312593
RGB
CMYK
RGB Variations
Color information
#312593 (or 0x312593) is known color: Dark Slate Blue. HEX triplet: 31, 25 and 93. RGB value is (49,37,147). Sum of RGB (Red+Green+Blue) = 49+37+147=233 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.03% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 147 (57.81% from 255 or 63.09% from 233); Max value from RGB is 147 - color contains mainly: blue. Hex color #312593 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312593 is #CEDA6C. Grayscale: #343434. Windows color (decimal): -13556333 or 9643313. OLE color: 9643313.
HSL color Cylindrical-coordinate representation of color #312593: hue angle of 246.55º 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 #312593 is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 37 | 147 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.42 |
| HSL | 246.55º | 0.6% | 0.36% | - |
| HSV(B) | 246.55º | 0.75% | 0.58% | - |
| XYZ | 7.19 | 4.08 | 28.01 | - |
| YUV | 53.13 | 180.98 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 37 | 147 | 0.67 | 0.75 | 0 | 0.42 | 246.55 | 0.6 | 0.36 |
| Hex | 31 | 25 | 93 | 43 | 4B | 0 | 2A | F7 | 3C | 24 |
| Octal | 61 | 45 | 223 | 103 | 113 | 0 | 52 | 367 | 74 | 44 |
| Binary | 110001 | 100101 | 10010011 | 1000011 | 1001011 | 0 | 101010 | 11110111 | 111100 | 100100 |
Color Harmonies of #312593
Complementary color
Monochromatic Colors of #312593
Black with #312593
Text Example
Text Example
White with #312593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312593; }
p { color: rgb(49,37,147); }
H1.HeaderClassName
{
color: #312593;
}
.AnyTagClassName
{
color: #312593;
}
</style>
background-color css
<style>
a { background-color: #312593; }
a { background-color: rgb(49,37,147); }
div.DivClassName
{
background-color: #312593;
}
.BgClassName
{
background-color: #312593;
}
</style>
border-color css
<style>
span { border-color: #312593; }
span { border-color: rgb(49,37,147); }
td.TdClassName
{
border-color: #312593;
}
.TagClassName
{
border-color: #312593;
}
</style>