Shades of Dark Slate Blue #41368D
Tints of Dark Slate Blue #41368D
RGB
CMYK
RGB Variations
Color information
#41368D (or 0x41368D) is known color: Dark Slate Blue. HEX triplet: 41, 36 and 8D. RGB value is (65,54,141). Sum of RGB (Red+Green+Blue) = 65+54+141=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 54 (21.48% from 255 or 20.77% from 260); Blue value is 141 (55.47% from 255 or 54.23% from 260); Max value from RGB is 141 - color contains mainly: blue. Hex color #41368D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41368D is #BEC972. Grayscale: #424242. Windows color (decimal): -12503411 or 9254465. OLE color: 9254465.
HSL color Cylindrical-coordinate representation of color #41368D: hue angle of 247.59º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41368D is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 54 | 141 | - |
| CMYK | 0.54 | 0.62 | 0 | 0.45 |
| HSL | 247.59º | 0.45% | 0.38% | - |
| HSV(B) | 247.59º | 0.62% | 0.55% | - |
| XYZ | 8.31 | 5.69 | 25.86 | - |
| YUV | 67.21 | 169.64 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 54 | 141 | 0.54 | 0.62 | 0 | 0.45 | 247.59 | 0.45 | 0.38 |
| Hex | 41 | 36 | 8D | 36 | 3E | 0 | 2D | F8 | 2D | 26 |
| Octal | 101 | 66 | 215 | 66 | 76 | 0 | 55 | 370 | 55 | 46 |
| Binary | 1000001 | 110110 | 10001101 | 110110 | 111110 | 0 | 101101 | 11111000 | 101101 | 100110 |
Color Harmonies of #41368D
Complementary color
Monochromatic Colors of #41368D
Black with #41368D
Text Example
Text Example
White with #41368D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41368D; }
p { color: rgb(65,54,141); }
H1.HeaderClassName
{
color: #41368D;
}
.AnyTagClassName
{
color: #41368D;
}
</style>
background-color css
<style>
a { background-color: #41368D; }
a { background-color: rgb(65,54,141); }
div.DivClassName
{
background-color: #41368D;
}
.BgClassName
{
background-color: #41368D;
}
</style>
border-color css
<style>
span { border-color: #41368D; }
span { border-color: rgb(65,54,141); }
td.TdClassName
{
border-color: #41368D;
}
.TagClassName
{
border-color: #41368D;
}
</style>