Shades of Dark Slate Blue #373191
Tints of Dark Slate Blue #373191
RGB
CMYK
RGB Variations
Color information
#373191 (or 0x373191) is known color: Dark Slate Blue. HEX triplet: 37, 31 and 91. RGB value is (55,49,145). Sum of RGB (Red+Green+Blue) = 55+49+145=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 145 (57.03% from 255 or 58.23% from 249); Max value from RGB is 145 - color contains mainly: blue. Hex color #373191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373191 is #C8CE6E. Grayscale: #3D3D3D. Windows color (decimal): -13160047 or 9515319. OLE color: 9515319.
HSL color Cylindrical-coordinate representation of color #373191: hue angle of 243.75º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #373191 is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 55 | 49 | 145 | - |
| CMYK | 0.62 | 0.66 | 0 | 0.43 |
| HSL | 243.75º | 0.49% | 0.38% | - |
| HSV(B) | 243.75º | 0.66% | 0.57% | - |
| XYZ | 7.78 | 5.05 | 27.35 | - |
| YUV | 61.74 | 174.99 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 49 | 145 | 0.62 | 0.66 | 0 | 0.43 | 243.75 | 0.49 | 0.38 |
| Hex | 37 | 31 | 91 | 3E | 42 | 0 | 2B | F4 | 31 | 26 |
| Octal | 67 | 61 | 221 | 76 | 102 | 0 | 53 | 364 | 61 | 46 |
| Binary | 110111 | 110001 | 10010001 | 111110 | 1000010 | 0 | 101011 | 11110100 | 110001 | 100110 |
Color Harmonies of #373191
Complementary color
Monochromatic Colors of #373191
Black with #373191
Text Example
Text Example
White with #373191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373191; }
p { color: rgb(55,49,145); }
H1.HeaderClassName
{
color: #373191;
}
.AnyTagClassName
{
color: #373191;
}
</style>
background-color css
<style>
a { background-color: #373191; }
a { background-color: rgb(55,49,145); }
div.DivClassName
{
background-color: #373191;
}
.BgClassName
{
background-color: #373191;
}
</style>
border-color css
<style>
span { border-color: #373191; }
span { border-color: rgb(55,49,145); }
td.TdClassName
{
border-color: #373191;
}
.TagClassName
{
border-color: #373191;
}
</style>