Shades of Dark Slate Blue #403483
Tints of Dark Slate Blue #403483
RGB
CMYK
RGB Variations
Color information
#403483 (or 0x403483) is known color: Dark Slate Blue. HEX triplet: 40, 34 and 83. RGB value is (64,52,131). Sum of RGB (Red+Green+Blue) = 64+52+131=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 131 (51.56% from 255 or 53.04% from 247); Max value from RGB is 131 - color contains mainly: blue. Hex color #403483 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403483 is #BFCB7C. Grayscale: #404040. Windows color (decimal): -12569469 or 8598592. OLE color: 8598592.
HSL color Cylindrical-coordinate representation of color #403483: hue angle of 249.11º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #403483 is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 52 | 131 | - |
| CMYK | 0.51 | 0.60 | 0 | 0.49 |
| HSL | 249.11º | 0.43% | 0.36% | - |
| HSV(B) | 249.11º | 0.6% | 0.51% | - |
| XYZ | 7.44 | 5.18 | 22.08 | - |
| YUV | 64.59 | 165.48 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 52 | 131 | 0.51 | 0.60 | 0 | 0.49 | 249.11 | 0.43 | 0.36 |
| Hex | 40 | 34 | 83 | 33 | 3C | 0 | 31 | F9 | 2B | 24 |
| Octal | 100 | 64 | 203 | 63 | 74 | 0 | 61 | 371 | 53 | 44 |
| Binary | 1000000 | 110100 | 10000011 | 110011 | 111100 | 0 | 110001 | 11111001 | 101011 | 100100 |
Color Harmonies of #403483
Complementary color
Monochromatic Colors of #403483
Black with #403483
Text Example
Text Example
White with #403483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403483; }
p { color: rgb(64,52,131); }
H1.HeaderClassName
{
color: #403483;
}
.AnyTagClassName
{
color: #403483;
}
</style>
background-color css
<style>
a { background-color: #403483; }
a { background-color: rgb(64,52,131); }
div.DivClassName
{
background-color: #403483;
}
.BgClassName
{
background-color: #403483;
}
</style>
border-color css
<style>
span { border-color: #403483; }
span { border-color: rgb(64,52,131); }
td.TdClassName
{
border-color: #403483;
}
.TagClassName
{
border-color: #403483;
}
</style>