Shades of Dark Slate Blue #403D94
Tints of Dark Slate Blue #403D94
RGB
CMYK
RGB Variations
Color information
#403D94 (or 0x403D94) is known color: Dark Slate Blue. HEX triplet: 40, 3D and 94. RGB value is (64,61,148). Sum of RGB (Red+Green+Blue) = 64+61+148=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 148 (58.20% from 255 or 54.21% from 273); Max value from RGB is 148 - color contains mainly: blue. Hex color #403D94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403D94 is #BFC26B. Grayscale: #474747. Windows color (decimal): -12567148 or 9715008. OLE color: 9715008.
HSL color Cylindrical-coordinate representation of color #403D94: hue angle of 242.07º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #403D94 is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 61 | 148 | - |
| CMYK | 0.57 | 0.59 | 0 | 0.42 |
| HSL | 242.07º | 0.42% | 0.41% | - |
| HSV(B) | 242.07º | 0.59% | 0.58% | - |
| XYZ | 9.13 | 6.57 | 28.8 | - |
| YUV | 71.82 | 170.99 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 61 | 148 | 0.57 | 0.59 | 0 | 0.42 | 242.07 | 0.42 | 0.41 |
| Hex | 40 | 3D | 94 | 39 | 3B | 0 | 2A | F2 | 2A | 29 |
| Octal | 100 | 75 | 224 | 71 | 73 | 0 | 52 | 362 | 52 | 51 |
| Binary | 1000000 | 111101 | 10010100 | 111001 | 111011 | 0 | 101010 | 11110010 | 101010 | 101001 |
Color Harmonies of #403D94
Complementary color
Monochromatic Colors of #403D94
Black with #403D94
Text Example
Text Example
White with #403D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403D94; }
p { color: rgb(64,61,148); }
H1.HeaderClassName
{
color: #403D94;
}
.AnyTagClassName
{
color: #403D94;
}
</style>
background-color css
<style>
a { background-color: #403D94; }
a { background-color: rgb(64,61,148); }
div.DivClassName
{
background-color: #403D94;
}
.BgClassName
{
background-color: #403D94;
}
</style>
border-color css
<style>
span { border-color: #403D94; }
span { border-color: rgb(64,61,148); }
td.TdClassName
{
border-color: #403D94;
}
.TagClassName
{
border-color: #403D94;
}
</style>