Shades of Dark Slate Blue #312F93
Tints of Dark Slate Blue #312F93
RGB
CMYK
RGB Variations
Color information
#312F93 (or 0x312F93) is known color: Dark Slate Blue. HEX triplet: 31, 2F and 93. RGB value is (49,47,147). Sum of RGB (Red+Green+Blue) = 49+47+147=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 147 (57.81% from 255 or 60.49% from 243); Max value from RGB is 147 - color contains mainly: blue. Hex color #312F93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312F93 is #CED06C. Grayscale: #3A3A3A. Windows color (decimal): -13553773 or 9645873. OLE color: 9645873.
HSL color Cylindrical-coordinate representation of color #312F93: hue angle of 241.2º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #312F93 is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 47 | 147 | - |
| CMYK | 0.67 | 0.68 | 0 | 0.42 |
| HSL | 241.2º | 0.52% | 0.38% | - |
| HSV(B) | 241.2º | 0.68% | 0.58% | - |
| XYZ | 7.55 | 4.79 | 28.13 | - |
| YUV | 59 | 177.66 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 47 | 147 | 0.67 | 0.68 | 0 | 0.42 | 241.2 | 0.52 | 0.38 |
| Hex | 31 | 2F | 93 | 43 | 44 | 0 | 2A | F1 | 34 | 26 |
| Octal | 61 | 57 | 223 | 103 | 104 | 0 | 52 | 361 | 64 | 46 |
| Binary | 110001 | 101111 | 10010011 | 1000011 | 1000100 | 0 | 101010 | 11110001 | 110100 | 100110 |
Color Harmonies of #312F93
Complementary color
Monochromatic Colors of #312F93
Black with #312F93
Text Example
Text Example
White with #312F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312F93; }
p { color: rgb(49,47,147); }
H1.HeaderClassName
{
color: #312F93;
}
.AnyTagClassName
{
color: #312F93;
}
</style>
background-color css
<style>
a { background-color: #312F93; }
a { background-color: rgb(49,47,147); }
div.DivClassName
{
background-color: #312F93;
}
.BgClassName
{
background-color: #312F93;
}
</style>
border-color css
<style>
span { border-color: #312F93; }
span { border-color: rgb(49,47,147); }
td.TdClassName
{
border-color: #312F93;
}
.TagClassName
{
border-color: #312F93;
}
</style>