Shades of Dark Slate Blue #41398B
Tints of Dark Slate Blue #41398B
RGB
CMYK
RGB Variations
Color information
#41398B (or 0x41398B) is known color: Dark Slate Blue. HEX triplet: 41, 39 and 8B. RGB value is (65,57,139). Sum of RGB (Red+Green+Blue) = 65+57+139=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 139 (54.69% from 255 or 53.26% from 261); Max value from RGB is 139 - color contains mainly: blue. Hex color #41398B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41398B is #BEC674. Grayscale: #444444. Windows color (decimal): -12502645 or 9124161. OLE color: 9124161.
HSL color Cylindrical-coordinate representation of color #41398B: hue angle of 245.85º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #41398B is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 57 | 139 | - |
| CMYK | 0.53 | 0.59 | 0 | 0.45 |
| HSL | 245.85º | 0.42% | 0.38% | - |
| HSV(B) | 245.85º | 0.59% | 0.55% | - |
| XYZ | 8.3 | 5.91 | 25.13 | - |
| YUV | 68.74 | 167.65 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 57 | 139 | 0.53 | 0.59 | 0 | 0.45 | 245.85 | 0.42 | 0.38 |
| Hex | 41 | 39 | 8B | 35 | 3B | 0 | 2D | F6 | 2A | 26 |
| Octal | 101 | 71 | 213 | 65 | 73 | 0 | 55 | 366 | 52 | 46 |
| Binary | 1000001 | 111001 | 10001011 | 110101 | 111011 | 0 | 101101 | 11110110 | 101010 | 100110 |
Color Harmonies of #41398B
Complementary color
Monochromatic Colors of #41398B
Black with #41398B
Text Example
Text Example
White with #41398B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41398B; }
p { color: rgb(65,57,139); }
H1.HeaderClassName
{
color: #41398B;
}
.AnyTagClassName
{
color: #41398B;
}
</style>
background-color css
<style>
a { background-color: #41398B; }
a { background-color: rgb(65,57,139); }
div.DivClassName
{
background-color: #41398B;
}
.BgClassName
{
background-color: #41398B;
}
</style>
border-color css
<style>
span { border-color: #41398B; }
span { border-color: rgb(65,57,139); }
td.TdClassName
{
border-color: #41398B;
}
.TagClassName
{
border-color: #41398B;
}
</style>