Shades of Dark Slate Blue #403CA1
Tints of Dark Slate Blue #403CA1
RGB
CMYK
RGB Variations
Color information
#403CA1 (or 0x403CA1) is known color: Dark Slate Blue. HEX triplet: 40, 3C and A1. RGB value is (64,60,161). Sum of RGB (Red+Green+Blue) = 64+60+161=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 161 (63.28% from 255 or 56.49% from 285); Max value from RGB is 161 - color contains mainly: blue. Hex color #403CA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403CA1 is #BFC35E. Grayscale: #484848. Windows color (decimal): -12567391 or 10566720. OLE color: 10566720.
HSL color Cylindrical-coordinate representation of color #403CA1: hue angle of 242.38º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #403CA1 is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 64 | 60 | 161 | - |
| CMYK | 0.60 | 0.63 | 0 | 0.37 |
| HSL | 242.38º | 0.46% | 0.43% | - |
| HSV(B) | 242.38º | 0.63% | 0.63% | - |
| XYZ | 10.16 | 6.89 | 34.51 | - |
| YUV | 72.71 | 177.83 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 60 | 161 | 0.60 | 0.63 | 0 | 0.37 | 242.38 | 0.46 | 0.43 |
| Hex | 40 | 3C | A1 | 3C | 3F | 0 | 25 | F2 | 2E | 2B |
| Octal | 100 | 74 | 241 | 74 | 77 | 0 | 45 | 362 | 56 | 53 |
| Binary | 1000000 | 111100 | 10100001 | 111100 | 111111 | 0 | 100101 | 11110010 | 101110 | 101011 |
Color Harmonies of #403CA1
Complementary color
Monochromatic Colors of #403CA1
Black with #403CA1
Text Example
Text Example
White with #403CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403CA1; }
p { color: rgb(64,60,161); }
H1.HeaderClassName
{
color: #403CA1;
}
.AnyTagClassName
{
color: #403CA1;
}
</style>
background-color css
<style>
a { background-color: #403CA1; }
a { background-color: rgb(64,60,161); }
div.DivClassName
{
background-color: #403CA1;
}
.BgClassName
{
background-color: #403CA1;
}
</style>
border-color css
<style>
span { border-color: #403CA1; }
span { border-color: rgb(64,60,161); }
td.TdClassName
{
border-color: #403CA1;
}
.TagClassName
{
border-color: #403CA1;
}
</style>