Shades of Dark Slate Blue #403D99
Tints of Dark Slate Blue #403D99
RGB
CMYK
RGB Variations
Color information
#403D99 (or 0x403D99) is known color: Dark Slate Blue. HEX triplet: 40, 3D and 99. RGB value is (64,61,153). Sum of RGB (Red+Green+Blue) = 64+61+153=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 153 (60.16% from 255 or 55.04% from 278); Max value from RGB is 153 - color contains mainly: blue. Hex color #403D99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403D99 is #BFC266. Grayscale: #484848. Windows color (decimal): -12567143 or 10042688. OLE color: 10042688.
HSL color Cylindrical-coordinate representation of color #403D99: hue angle of 241.96º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #403D99 is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 64 | 61 | 153 | - |
| CMYK | 0.58 | 0.60 | 0 | 0.4 |
| HSL | 241.96º | 0.43% | 0.42% | - |
| HSV(B) | 241.96º | 0.6% | 0.6% | - |
| XYZ | 9.53 | 6.73 | 30.93 | - |
| YUV | 72.39 | 173.49 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 61 | 153 | 0.58 | 0.60 | 0 | 0.4 | 241.96 | 0.43 | 0.42 |
| Hex | 40 | 3D | 99 | 3A | 3C | 0 | 28 | F2 | 2B | 2A |
| Octal | 100 | 75 | 231 | 72 | 74 | 0 | 50 | 362 | 53 | 52 |
| Binary | 1000000 | 111101 | 10011001 | 111010 | 111100 | 0 | 101000 | 11110010 | 101011 | 101010 |
Color Harmonies of #403D99
Complementary color
Monochromatic Colors of #403D99
Black with #403D99
Text Example
Text Example
White with #403D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403D99; }
p { color: rgb(64,61,153); }
H1.HeaderClassName
{
color: #403D99;
}
.AnyTagClassName
{
color: #403D99;
}
</style>
background-color css
<style>
a { background-color: #403D99; }
a { background-color: rgb(64,61,153); }
div.DivClassName
{
background-color: #403D99;
}
.BgClassName
{
background-color: #403D99;
}
</style>
border-color css
<style>
span { border-color: #403D99; }
span { border-color: rgb(64,61,153); }
td.TdClassName
{
border-color: #403D99;
}
.TagClassName
{
border-color: #403D99;
}
</style>