Shades of Dark Slate Blue #403D97
Tints of Dark Slate Blue #403D97
RGB
CMYK
RGB Variations
Color information
#403D97 (or 0x403D97) is known color: Dark Slate Blue. HEX triplet: 40, 3D and 97. RGB value is (64,61,151). Sum of RGB (Red+Green+Blue) = 64+61+151=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 61 (24.22% from 255 or 22.10% from 276); Blue value is 151 (59.38% from 255 or 54.71% from 276); Max value from RGB is 151 - color contains mainly: blue. Hex color #403D97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403D97 is #BFC268. Grayscale: #474747. Windows color (decimal): -12567145 or 9911616. OLE color: 9911616.
HSL color Cylindrical-coordinate representation of color #403D97: hue angle of 242º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #403D97 is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 64 | 61 | 151 | - |
| CMYK | 0.58 | 0.60 | 0 | 0.41 |
| HSL | 242º | 0.42% | 0.42% | - |
| HSV(B) | 242º | 0.6% | 0.59% | - |
| XYZ | 9.37 | 6.66 | 30.07 | - |
| YUV | 72.16 | 172.49 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 61 | 151 | 0.58 | 0.60 | 0 | 0.41 | 242 | 0.42 | 0.42 |
| Hex | 40 | 3D | 97 | 3A | 3C | 0 | 29 | F2 | 2A | 2A |
| Octal | 100 | 75 | 227 | 72 | 74 | 0 | 51 | 362 | 52 | 52 |
| Binary | 1000000 | 111101 | 10010111 | 111010 | 111100 | 0 | 101001 | 11110010 | 101010 | 101010 |
Color Harmonies of #403D97
Complementary color
Monochromatic Colors of #403D97
Black with #403D97
Text Example
Text Example
White with #403D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403D97; }
p { color: rgb(64,61,151); }
H1.HeaderClassName
{
color: #403D97;
}
.AnyTagClassName
{
color: #403D97;
}
</style>
background-color css
<style>
a { background-color: #403D97; }
a { background-color: rgb(64,61,151); }
div.DivClassName
{
background-color: #403D97;
}
.BgClassName
{
background-color: #403D97;
}
</style>
border-color css
<style>
span { border-color: #403D97; }
span { border-color: rgb(64,61,151); }
td.TdClassName
{
border-color: #403D97;
}
.TagClassName
{
border-color: #403D97;
}
</style>