Shades of Dark Slate Blue #403DA2
Tints of Dark Slate Blue #403DA2
RGB
CMYK
RGB Variations
Color information
#403DA2 (or 0x403DA2) is known color: Dark Slate Blue. HEX triplet: 40, 3D and A2. RGB value is (64,61,162). Sum of RGB (Red+Green+Blue) = 64+61+162=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 162 (63.67% from 255 or 56.45% from 287); Max value from RGB is 162 - color contains mainly: blue. Hex color #403DA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403DA2 is #BFC25D. Grayscale: #494949. Windows color (decimal): -12567134 or 10632512. OLE color: 10632512.
HSL color Cylindrical-coordinate representation of color #403DA2: hue angle of 241.78º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #403DA2 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 64 | 61 | 162 | - |
| CMYK | 0.60 | 0.62 | 0 | 0.36 |
| HSL | 241.78º | 0.45% | 0.44% | - |
| HSV(B) | 241.78º | 0.62% | 0.64% | - |
| XYZ | 10.3 | 7.04 | 35 | - |
| YUV | 73.41 | 177.99 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 61 | 162 | 0.60 | 0.62 | 0 | 0.36 | 241.78 | 0.45 | 0.44 |
| Hex | 40 | 3D | A2 | 3C | 3E | 0 | 24 | F2 | 2D | 2C |
| Octal | 100 | 75 | 242 | 74 | 76 | 0 | 44 | 362 | 55 | 54 |
| Binary | 1000000 | 111101 | 10100010 | 111100 | 111110 | 0 | 100100 | 11110010 | 101101 | 101100 |
Color Harmonies of #403DA2
Complementary color
Monochromatic Colors of #403DA2
Black with #403DA2
Text Example
Text Example
White with #403DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403DA2; }
p { color: rgb(64,61,162); }
H1.HeaderClassName
{
color: #403DA2;
}
.AnyTagClassName
{
color: #403DA2;
}
</style>
background-color css
<style>
a { background-color: #403DA2; }
a { background-color: rgb(64,61,162); }
div.DivClassName
{
background-color: #403DA2;
}
.BgClassName
{
background-color: #403DA2;
}
</style>
border-color css
<style>
span { border-color: #403DA2; }
span { border-color: rgb(64,61,162); }
td.TdClassName
{
border-color: #403DA2;
}
.TagClassName
{
border-color: #403DA2;
}
</style>