Shades of Dark Slate Blue #403594
Tints of Dark Slate Blue #403594
RGB
CMYK
RGB Variations
Color information
#403594 (or 0x403594) is known color: Dark Slate Blue. HEX triplet: 40, 35 and 94. RGB value is (64,53,148). Sum of RGB (Red+Green+Blue) = 64+53+148=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 148 (58.20% from 255 or 55.85% from 265); Max value from RGB is 148 - color contains mainly: blue. Hex color #403594 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403594 is #BFCA6B. Grayscale: #424242. Windows color (decimal): -12569196 or 9712960. OLE color: 9712960.
HSL color Cylindrical-coordinate representation of color #403594: hue angle of 246.95º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #403594 is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 53 | 148 | - |
| CMYK | 0.57 | 0.64 | 0 | 0.42 |
| HSL | 246.95º | 0.47% | 0.39% | - |
| HSV(B) | 246.95º | 0.64% | 0.58% | - |
| XYZ | 8.73 | 5.77 | 28.67 | - |
| YUV | 67.12 | 173.64 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 53 | 148 | 0.57 | 0.64 | 0 | 0.42 | 246.95 | 0.47 | 0.39 |
| Hex | 40 | 35 | 94 | 39 | 40 | 0 | 2A | F7 | 2F | 27 |
| Octal | 100 | 65 | 224 | 71 | 100 | 0 | 52 | 367 | 57 | 47 |
| Binary | 1000000 | 110101 | 10010100 | 111001 | 1000000 | 0 | 101010 | 11110111 | 101111 | 100111 |
Color Harmonies of #403594
Complementary color
Monochromatic Colors of #403594
Black with #403594
Text Example
Text Example
White with #403594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403594; }
p { color: rgb(64,53,148); }
H1.HeaderClassName
{
color: #403594;
}
.AnyTagClassName
{
color: #403594;
}
</style>
background-color css
<style>
a { background-color: #403594; }
a { background-color: rgb(64,53,148); }
div.DivClassName
{
background-color: #403594;
}
.BgClassName
{
background-color: #403594;
}
</style>
border-color css
<style>
span { border-color: #403594; }
span { border-color: rgb(64,53,148); }
td.TdClassName
{
border-color: #403594;
}
.TagClassName
{
border-color: #403594;
}
</style>