Shades of Dark Slate Blue #41398A
Tints of Dark Slate Blue #41398A
RGB
CMYK
RGB Variations
Color information
#41398A (or 0x41398A) is known color: Dark Slate Blue. HEX triplet: 41, 39 and 8A. RGB value is (65,57,138). Sum of RGB (Red+Green+Blue) = 65+57+138=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 138 (54.30% from 255 or 53.08% from 260); Max value from RGB is 138 - color contains mainly: blue. Hex color #41398A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41398A is #BEC675. Grayscale: #444444. Windows color (decimal): -12502646 or 9058625. OLE color: 9058625.
HSL color Cylindrical-coordinate representation of color #41398A: hue angle of 245.93º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #41398A is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 65 | 57 | 138 | - |
| CMYK | 0.53 | 0.59 | 0 | 0.46 |
| HSL | 245.93º | 0.42% | 0.38% | - |
| HSV(B) | 245.93º | 0.59% | 0.54% | - |
| XYZ | 8.23 | 5.89 | 24.75 | - |
| YUV | 68.63 | 167.15 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 57 | 138 | 0.53 | 0.59 | 0 | 0.46 | 245.93 | 0.42 | 0.38 |
| Hex | 41 | 39 | 8A | 35 | 3B | 0 | 2E | F6 | 2A | 26 |
| Octal | 101 | 71 | 212 | 65 | 73 | 0 | 56 | 366 | 52 | 46 |
| Binary | 1000001 | 111001 | 10001010 | 110101 | 111011 | 0 | 101110 | 11110110 | 101010 | 100110 |
Color Harmonies of #41398A
Complementary color
Monochromatic Colors of #41398A
Black with #41398A
Text Example
Text Example
White with #41398A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41398A; }
p { color: rgb(65,57,138); }
H1.HeaderClassName
{
color: #41398A;
}
.AnyTagClassName
{
color: #41398A;
}
</style>
background-color css
<style>
a { background-color: #41398A; }
a { background-color: rgb(65,57,138); }
div.DivClassName
{
background-color: #41398A;
}
.BgClassName
{
background-color: #41398A;
}
</style>
border-color css
<style>
span { border-color: #41398A; }
span { border-color: rgb(65,57,138); }
td.TdClassName
{
border-color: #41398A;
}
.TagClassName
{
border-color: #41398A;
}
</style>