Shades of Dark Slate Blue #403D8B
Tints of Dark Slate Blue #403D8B
RGB
CMYK
RGB Variations
Color information
#403D8B (or 0x403D8B) is known color: Dark Slate Blue. HEX triplet: 40, 3D and 8B. RGB value is (64,61,139). Sum of RGB (Red+Green+Blue) = 64+61+139=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 61 (24.22% from 255 or 23.11% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #403D8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403D8B is #BFC274. Grayscale: #464646. Windows color (decimal): -12567157 or 9125184. OLE color: 9125184.
HSL color Cylindrical-coordinate representation of color #403D8B: hue angle of 242.31º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #403D8B is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 61 | 139 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.45 |
| HSL | 242.31º | 0.39% | 0.39% | - |
| HSV(B) | 242.31º | 0.56% | 0.55% | - |
| XYZ | 8.44 | 6.29 | 25.2 | - |
| YUV | 70.79 | 166.49 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 61 | 139 | 0.54 | 0.56 | 0 | 0.45 | 242.31 | 0.39 | 0.39 |
| Hex | 40 | 3D | 8B | 36 | 38 | 0 | 2D | F2 | 27 | 27 |
| Octal | 100 | 75 | 213 | 66 | 70 | 0 | 55 | 362 | 47 | 47 |
| Binary | 1000000 | 111101 | 10001011 | 110110 | 111000 | 0 | 101101 | 11110010 | 100111 | 100111 |
Color Harmonies of #403D8B
Complementary color
Monochromatic Colors of #403D8B
Black with #403D8B
Text Example
Text Example
White with #403D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403D8B; }
p { color: rgb(64,61,139); }
H1.HeaderClassName
{
color: #403D8B;
}
.AnyTagClassName
{
color: #403D8B;
}
</style>
background-color css
<style>
a { background-color: #403D8B; }
a { background-color: rgb(64,61,139); }
div.DivClassName
{
background-color: #403D8B;
}
.BgClassName
{
background-color: #403D8B;
}
</style>
border-color css
<style>
span { border-color: #403D8B; }
span { border-color: rgb(64,61,139); }
td.TdClassName
{
border-color: #403D8B;
}
.TagClassName
{
border-color: #403D8B;
}
</style>