Shades of Dark Slate Blue #41367D
Tints of Dark Slate Blue #41367D
RGB
CMYK
RGB Variations
Color information
#41367D (or 0x41367D) is known color: Dark Slate Blue. HEX triplet: 41, 36 and 7D. RGB value is (65,54,125). Sum of RGB (Red+Green+Blue) = 65+54+125=244 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.64% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 125 (49.22% from 255 or 51.23% from 244); Max value from RGB is 125 - color contains mainly: blue. Hex color #41367D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41367D is #BEC982. Grayscale: #414141. Windows color (decimal): -12503427 or 8205889. OLE color: 8205889.
HSL color Cylindrical-coordinate representation of color #41367D: hue angle of 249.3º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #41367D is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 54 | 125 | - |
| CMYK | 0.48 | 0.57 | 0 | 0.51 |
| HSL | 249.3º | 0.4% | 0.35% | - |
| HSV(B) | 249.3º | 0.57% | 0.49% | - |
| XYZ | 7.2 | 5.24 | 20.03 | - |
| YUV | 65.38 | 161.64 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 54 | 125 | 0.48 | 0.57 | 0 | 0.51 | 249.3 | 0.4 | 0.35 |
| Hex | 41 | 36 | 7D | 30 | 39 | 0 | 33 | F9 | 28 | 23 |
| Octal | 101 | 66 | 175 | 60 | 71 | 0 | 63 | 371 | 50 | 43 |
| Binary | 1000001 | 110110 | 1111101 | 110000 | 111001 | 0 | 110011 | 11111001 | 101000 | 100011 |
Color Harmonies of #41367D
Complementary color
Monochromatic Colors of #41367D
Black with #41367D
Text Example
Text Example
White with #41367D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41367D; }
p { color: rgb(65,54,125); }
H1.HeaderClassName
{
color: #41367D;
}
.AnyTagClassName
{
color: #41367D;
}
</style>
background-color css
<style>
a { background-color: #41367D; }
a { background-color: rgb(65,54,125); }
div.DivClassName
{
background-color: #41367D;
}
.BgClassName
{
background-color: #41367D;
}
</style>
border-color css
<style>
span { border-color: #41367D; }
span { border-color: rgb(65,54,125); }
td.TdClassName
{
border-color: #41367D;
}
.TagClassName
{
border-color: #41367D;
}
</style>