Shades of Dark Slate Blue #403D9F
Tints of Dark Slate Blue #403D9F
RGB
CMYK
RGB Variations
Color information
#403D9F (or 0x403D9F) is known color: Dark Slate Blue. HEX triplet: 40, 3D and 9F. RGB value is (64,61,159). Sum of RGB (Red+Green+Blue) = 64+61+159=284 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.54% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 159 (62.5% from 255 or 55.99% from 284); Max value from RGB is 159 - color contains mainly: blue. Hex color #403D9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403D9F is #BFC260. Grayscale: #484848. Windows color (decimal): -12567137 or 10435904. OLE color: 10435904.
HSL color Cylindrical-coordinate representation of color #403D9F: hue angle of 241.84º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #403D9F is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 61 | 159 | - |
| CMYK | 0.60 | 0.62 | 0 | 0.38 |
| HSL | 241.84º | 0.45% | 0.43% | - |
| HSV(B) | 241.84º | 0.62% | 0.62% | - |
| XYZ | 10.04 | 6.93 | 33.61 | - |
| YUV | 73.07 | 176.49 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 61 | 159 | 0.60 | 0.62 | 0 | 0.38 | 241.84 | 0.45 | 0.43 |
| Hex | 40 | 3D | 9F | 3C | 3E | 0 | 26 | F2 | 2D | 2B |
| Octal | 100 | 75 | 237 | 74 | 76 | 0 | 46 | 362 | 55 | 53 |
| Binary | 1000000 | 111101 | 10011111 | 111100 | 111110 | 0 | 100110 | 11110010 | 101101 | 101011 |
Color Harmonies of #403D9F
Complementary color
Monochromatic Colors of #403D9F
Black with #403D9F
Text Example
Text Example
White with #403D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403D9F; }
p { color: rgb(64,61,159); }
H1.HeaderClassName
{
color: #403D9F;
}
.AnyTagClassName
{
color: #403D9F;
}
</style>
background-color css
<style>
a { background-color: #403D9F; }
a { background-color: rgb(64,61,159); }
div.DivClassName
{
background-color: #403D9F;
}
.BgClassName
{
background-color: #403D9F;
}
</style>
border-color css
<style>
span { border-color: #403D9F; }
span { border-color: rgb(64,61,159); }
td.TdClassName
{
border-color: #403D9F;
}
.TagClassName
{
border-color: #403D9F;
}
</style>