Shades of Dark Slate Blue #403B9C
Tints of Dark Slate Blue #403B9C
RGB
CMYK
RGB Variations
Color information
#403B9C (or 0x403B9C) is known color: Dark Slate Blue. HEX triplet: 40, 3B and 9C. RGB value is (64,59,156). Sum of RGB (Red+Green+Blue) = 64+59+156=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 59 (23.44% from 255 or 21.15% from 279); Blue value is 156 (61.33% from 255 or 55.91% from 279); Max value from RGB is 156 - color contains mainly: blue. Hex color #403B9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403B9C is #BFC463. Grayscale: #474747. Windows color (decimal): -12567652 or 10238784. OLE color: 10238784.
HSL color Cylindrical-coordinate representation of color #403B9C: hue angle of 243.09º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #403B9C is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 64 | 59 | 156 | - |
| CMYK | 0.59 | 0.62 | 0 | 0.39 |
| HSL | 243.09º | 0.45% | 0.42% | - |
| HSV(B) | 243.09º | 0.62% | 0.61% | - |
| XYZ | 9.68 | 6.62 | 32.22 | - |
| YUV | 71.55 | 175.66 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 156 | 0.59 | 0.62 | 0 | 0.39 | 243.09 | 0.45 | 0.42 |
| Hex | 40 | 3B | 9C | 3B | 3E | 0 | 27 | F3 | 2D | 2A |
| Octal | 100 | 73 | 234 | 73 | 76 | 0 | 47 | 363 | 55 | 52 |
| Binary | 1000000 | 111011 | 10011100 | 111011 | 111110 | 0 | 100111 | 11110011 | 101101 | 101010 |
Color Harmonies of #403B9C
Complementary color
Monochromatic Colors of #403B9C
Black with #403B9C
Text Example
Text Example
White with #403B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403B9C; }
p { color: rgb(64,59,156); }
H1.HeaderClassName
{
color: #403B9C;
}
.AnyTagClassName
{
color: #403B9C;
}
</style>
background-color css
<style>
a { background-color: #403B9C; }
a { background-color: rgb(64,59,156); }
div.DivClassName
{
background-color: #403B9C;
}
.BgClassName
{
background-color: #403B9C;
}
</style>
border-color css
<style>
span { border-color: #403B9C; }
span { border-color: rgb(64,59,156); }
td.TdClassName
{
border-color: #403B9C;
}
.TagClassName
{
border-color: #403B9C;
}
</style>