Shades of Dark Slate Blue #41378D
Tints of Dark Slate Blue #41378D
RGB
CMYK
RGB Variations
Color information
#41378D (or 0x41378D) is known color: Dark Slate Blue. HEX triplet: 41, 37 and 8D. RGB value is (65,55,141). Sum of RGB (Red+Green+Blue) = 65+55+141=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 141 (55.47% from 255 or 54.02% from 261); Max value from RGB is 141 - color contains mainly: blue. Hex color #41378D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41378D is #BEC872. Grayscale: #434343. Windows color (decimal): -12503155 or 9254721. OLE color: 9254721.
HSL color Cylindrical-coordinate representation of color #41378D: hue angle of 246.98º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #41378D is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 55 | 141 | - |
| CMYK | 0.54 | 0.61 | 0 | 0.45 |
| HSL | 246.98º | 0.44% | 0.38% | - |
| HSV(B) | 246.98º | 0.61% | 0.55% | - |
| XYZ | 8.35 | 5.78 | 25.87 | - |
| YUV | 67.79 | 169.31 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 55 | 141 | 0.54 | 0.61 | 0 | 0.45 | 246.98 | 0.44 | 0.38 |
| Hex | 41 | 37 | 8D | 36 | 3D | 0 | 2D | F7 | 2C | 26 |
| Octal | 101 | 67 | 215 | 66 | 75 | 0 | 55 | 367 | 54 | 46 |
| Binary | 1000001 | 110111 | 10001101 | 110110 | 111101 | 0 | 101101 | 11110111 | 101100 | 100110 |
Color Harmonies of #41378D
Complementary color
Monochromatic Colors of #41378D
Black with #41378D
Text Example
Text Example
White with #41378D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41378D; }
p { color: rgb(65,55,141); }
H1.HeaderClassName
{
color: #41378D;
}
.AnyTagClassName
{
color: #41378D;
}
</style>
background-color css
<style>
a { background-color: #41378D; }
a { background-color: rgb(65,55,141); }
div.DivClassName
{
background-color: #41378D;
}
.BgClassName
{
background-color: #41378D;
}
</style>
border-color css
<style>
span { border-color: #41378D; }
span { border-color: rgb(65,55,141); }
td.TdClassName
{
border-color: #41378D;
}
.TagClassName
{
border-color: #41378D;
}
</style>