Shades of Dark Slate Blue #312C93
Tints of Dark Slate Blue #312C93
RGB
CMYK
RGB Variations
Color information
#312C93 (or 0x312C93) is known color: Dark Slate Blue. HEX triplet: 31, 2C and 93. RGB value is (49,44,147). Sum of RGB (Red+Green+Blue) = 49+44+147=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 44 (17.58% from 255 or 18.33% from 240); Blue value is 147 (57.81% from 255 or 61.25% from 240); Max value from RGB is 147 - color contains mainly: blue. Hex color #312C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312C93 is #CED36C. Grayscale: #383838. Windows color (decimal): -13554541 or 9645105. OLE color: 9645105.
HSL color Cylindrical-coordinate representation of color #312C93: hue angle of 242.91º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #312C93 is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 44 | 147 | - |
| CMYK | 0.67 | 0.70 | 0 | 0.42 |
| HSL | 242.91º | 0.54% | 0.37% | - |
| HSV(B) | 242.91º | 0.7% | 0.58% | - |
| XYZ | 7.43 | 4.56 | 28.09 | - |
| YUV | 57.24 | 178.66 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 44 | 147 | 0.67 | 0.70 | 0 | 0.42 | 242.91 | 0.54 | 0.37 |
| Hex | 31 | 2C | 93 | 43 | 46 | 0 | 2A | F3 | 36 | 25 |
| Octal | 61 | 54 | 223 | 103 | 106 | 0 | 52 | 363 | 66 | 45 |
| Binary | 110001 | 101100 | 10010011 | 1000011 | 1000110 | 0 | 101010 | 11110011 | 110110 | 100101 |
Color Harmonies of #312C93
Complementary color
Monochromatic Colors of #312C93
Black with #312C93
Text Example
Text Example
White with #312C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312C93; }
p { color: rgb(49,44,147); }
H1.HeaderClassName
{
color: #312C93;
}
.AnyTagClassName
{
color: #312C93;
}
</style>
background-color css
<style>
a { background-color: #312C93; }
a { background-color: rgb(49,44,147); }
div.DivClassName
{
background-color: #312C93;
}
.BgClassName
{
background-color: #312C93;
}
</style>
border-color css
<style>
span { border-color: #312C93; }
span { border-color: rgb(49,44,147); }
td.TdClassName
{
border-color: #312C93;
}
.TagClassName
{
border-color: #312C93;
}
</style>