Shades of Dark Slate Blue #403685
Tints of Dark Slate Blue #403685
RGB
CMYK
RGB Variations
Color information
#403685 (or 0x403685) is known color: Dark Slate Blue. HEX triplet: 40, 36 and 85. RGB value is (64,54,133). Sum of RGB (Red+Green+Blue) = 64+54+133=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 133 (52.34% from 255 or 52.99% from 251); Max value from RGB is 133 - color contains mainly: blue. Hex color #403685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403685 is #BFC97A. Grayscale: #414141. Windows color (decimal): -12568955 or 8730176. OLE color: 8730176.
HSL color Cylindrical-coordinate representation of color #403685: hue angle of 247.59º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #403685 is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 64 | 54 | 133 | - |
| CMYK | 0.52 | 0.59 | 0 | 0.48 |
| HSL | 247.59º | 0.42% | 0.37% | - |
| HSV(B) | 247.59º | 0.59% | 0.52% | - |
| XYZ | 7.67 | 5.42 | 22.83 | - |
| YUV | 66 | 165.81 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 54 | 133 | 0.52 | 0.59 | 0 | 0.48 | 247.59 | 0.42 | 0.37 |
| Hex | 40 | 36 | 85 | 34 | 3B | 0 | 30 | F8 | 2A | 25 |
| Octal | 100 | 66 | 205 | 64 | 73 | 0 | 60 | 370 | 52 | 45 |
| Binary | 1000000 | 110110 | 10000101 | 110100 | 111011 | 0 | 110000 | 11111000 | 101010 | 100101 |
Color Harmonies of #403685
Complementary color
Monochromatic Colors of #403685
Black with #403685
Text Example
Text Example
White with #403685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403685; }
p { color: rgb(64,54,133); }
H1.HeaderClassName
{
color: #403685;
}
.AnyTagClassName
{
color: #403685;
}
</style>
background-color css
<style>
a { background-color: #403685; }
a { background-color: rgb(64,54,133); }
div.DivClassName
{
background-color: #403685;
}
.BgClassName
{
background-color: #403685;
}
</style>
border-color css
<style>
span { border-color: #403685; }
span { border-color: rgb(64,54,133); }
td.TdClassName
{
border-color: #403685;
}
.TagClassName
{
border-color: #403685;
}
</style>