Shades of Dark Slate Blue #403882
Tints of Dark Slate Blue #403882
RGB
CMYK
RGB Variations
Color information
#403882 (or 0x403882) is known color: Dark Slate Blue. HEX triplet: 40, 38 and 82. RGB value is (64,56,130). Sum of RGB (Red+Green+Blue) = 64+56+130=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 130 (51.17% from 255 or 52% from 250); Max value from RGB is 130 - color contains mainly: blue. Hex color #403882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403882 is #BFC77D. Grayscale: #424242. Windows color (decimal): -12568446 or 8534080. OLE color: 8534080.
HSL color Cylindrical-coordinate representation of color #403882: hue angle of 246.49º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #403882 is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 56 | 130 | - |
| CMYK | 0.51 | 0.57 | 0 | 0.49 |
| HSL | 246.49º | 0.4% | 0.36% | - |
| HSV(B) | 246.49º | 0.57% | 0.51% | - |
| XYZ | 7.56 | 5.53 | 21.79 | - |
| YUV | 66.83 | 163.65 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 56 | 130 | 0.51 | 0.57 | 0 | 0.49 | 246.49 | 0.4 | 0.36 |
| Hex | 40 | 38 | 82 | 33 | 39 | 0 | 31 | F6 | 28 | 24 |
| Octal | 100 | 70 | 202 | 63 | 71 | 0 | 61 | 366 | 50 | 44 |
| Binary | 1000000 | 111000 | 10000010 | 110011 | 111001 | 0 | 110001 | 11110110 | 101000 | 100100 |
Color Harmonies of #403882
Complementary color
Monochromatic Colors of #403882
Black with #403882
Text Example
Text Example
White with #403882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403882; }
p { color: rgb(64,56,130); }
H1.HeaderClassName
{
color: #403882;
}
.AnyTagClassName
{
color: #403882;
}
</style>
background-color css
<style>
a { background-color: #403882; }
a { background-color: rgb(64,56,130); }
div.DivClassName
{
background-color: #403882;
}
.BgClassName
{
background-color: #403882;
}
</style>
border-color css
<style>
span { border-color: #403882; }
span { border-color: rgb(64,56,130); }
td.TdClassName
{
border-color: #403882;
}
.TagClassName
{
border-color: #403882;
}
</style>