Shades of Dark Slate Blue #41367B
Tints of Dark Slate Blue #41367B
RGB
CMYK
RGB Variations
Color information
#41367B (or 0x41367B) is known color: Dark Slate Blue. HEX triplet: 41, 36 and 7B. RGB value is (65,54,123). Sum of RGB (Red+Green+Blue) = 65+54+123=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 123 (48.44% from 255 or 50.83% from 242); Max value from RGB is 123 - color contains mainly: blue. Hex color #41367B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41367B is #BEC984. Grayscale: #404040. Windows color (decimal): -12503429 or 8074817. OLE color: 8074817.
HSL color Cylindrical-coordinate representation of color #41367B: hue angle of 249.57º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #41367B is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 65 | 54 | 123 | - |
| CMYK | 0.47 | 0.56 | 0 | 0.52 |
| HSL | 249.57º | 0.39% | 0.35% | - |
| HSV(B) | 249.57º | 0.56% | 0.48% | - |
| XYZ | 7.07 | 5.19 | 19.37 | - |
| YUV | 65.16 | 160.64 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 54 | 123 | 0.47 | 0.56 | 0 | 0.52 | 249.57 | 0.39 | 0.35 |
| Hex | 41 | 36 | 7B | 2F | 38 | 0 | 34 | FA | 27 | 23 |
| Octal | 101 | 66 | 173 | 57 | 70 | 0 | 64 | 372 | 47 | 43 |
| Binary | 1000001 | 110110 | 1111011 | 101111 | 111000 | 0 | 110100 | 11111010 | 100111 | 100011 |
Color Harmonies of #41367B
Complementary color
Monochromatic Colors of #41367B
Black with #41367B
Text Example
Text Example
White with #41367B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41367B; }
p { color: rgb(65,54,123); }
H1.HeaderClassName
{
color: #41367B;
}
.AnyTagClassName
{
color: #41367B;
}
</style>
background-color css
<style>
a { background-color: #41367B; }
a { background-color: rgb(65,54,123); }
div.DivClassName
{
background-color: #41367B;
}
.BgClassName
{
background-color: #41367B;
}
</style>
border-color css
<style>
span { border-color: #41367B; }
span { border-color: rgb(65,54,123); }
td.TdClassName
{
border-color: #41367B;
}
.TagClassName
{
border-color: #41367B;
}
</style>