Shades of Dark Slate Blue #403D93
Tints of Dark Slate Blue #403D93
RGB
CMYK
RGB Variations
Color information
#403D93 (or 0x403D93) is known color: Dark Slate Blue. HEX triplet: 40, 3D and 93. RGB value is (64,61,147). Sum of RGB (Red+Green+Blue) = 64+61+147=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 147 (57.81% from 255 or 54.04% from 272); Max value from RGB is 147 - color contains mainly: blue. Hex color #403D93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403D93 is #BFC26C. Grayscale: #474747. Windows color (decimal): -12567149 or 9649472. OLE color: 9649472.
HSL color Cylindrical-coordinate representation of color #403D93: hue angle of 242.09º degrees, saturation: 0.41, 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 #403D93 is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 61 | 147 | - |
| CMYK | 0.56 | 0.59 | 0 | 0.42 |
| HSL | 242.09º | 0.41% | 0.41% | - |
| HSV(B) | 242.09º | 0.59% | 0.58% | - |
| XYZ | 9.05 | 6.53 | 28.39 | - |
| YUV | 71.7 | 170.49 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 61 | 147 | 0.56 | 0.59 | 0 | 0.42 | 242.09 | 0.41 | 0.41 |
| Hex | 40 | 3D | 93 | 38 | 3B | 0 | 2A | F2 | 29 | 29 |
| Octal | 100 | 75 | 223 | 70 | 73 | 0 | 52 | 362 | 51 | 51 |
| Binary | 1000000 | 111101 | 10010011 | 111000 | 111011 | 0 | 101010 | 11110010 | 101001 | 101001 |
Color Harmonies of #403D93
Complementary color
Monochromatic Colors of #403D93
Black with #403D93
Text Example
Text Example
White with #403D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403D93; }
p { color: rgb(64,61,147); }
H1.HeaderClassName
{
color: #403D93;
}
.AnyTagClassName
{
color: #403D93;
}
</style>
background-color css
<style>
a { background-color: #403D93; }
a { background-color: rgb(64,61,147); }
div.DivClassName
{
background-color: #403D93;
}
.BgClassName
{
background-color: #403D93;
}
</style>
border-color css
<style>
span { border-color: #403D93; }
span { border-color: rgb(64,61,147); }
td.TdClassName
{
border-color: #403D93;
}
.TagClassName
{
border-color: #403D93;
}
</style>