Shades of Dark Slate Blue #40318B
Tints of Dark Slate Blue #40318B
RGB
CMYK
RGB Variations
Color information
#40318B (or 0x40318B) is known color: Dark Slate Blue. HEX triplet: 40, 31 and 8B. RGB value is (64,49,139). Sum of RGB (Red+Green+Blue) = 64+49+139=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 139 (54.69% from 255 or 55.16% from 252); Max value from RGB is 139 - color contains mainly: blue. Hex color #40318B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40318B is #BFCE74. Grayscale: #3F3F3F. Windows color (decimal): -12570229 or 9122112. OLE color: 9122112.
HSL color Cylindrical-coordinate representation of color #40318B: hue angle of 250º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40318B is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 49 | 139 | - |
| CMYK | 0.54 | 0.65 | 0 | 0.45 |
| HSL | 250º | 0.48% | 0.37% | - |
| HSV(B) | 250º | 0.65% | 0.55% | - |
| XYZ | 7.87 | 5.15 | 25.01 | - |
| YUV | 63.75 | 170.47 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 49 | 139 | 0.54 | 0.65 | 0 | 0.45 | 250 | 0.48 | 0.37 |
| Hex | 40 | 31 | 8B | 36 | 41 | 0 | 2D | FA | 30 | 25 |
| Octal | 100 | 61 | 213 | 66 | 101 | 0 | 55 | 372 | 60 | 45 |
| Binary | 1000000 | 110001 | 10001011 | 110110 | 1000001 | 0 | 101101 | 11111010 | 110000 | 100101 |
Color Harmonies of #40318B
Complementary color
Monochromatic Colors of #40318B
Black with #40318B
Text Example
Text Example
White with #40318B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40318B; }
p { color: rgb(64,49,139); }
H1.HeaderClassName
{
color: #40318B;
}
.AnyTagClassName
{
color: #40318B;
}
</style>
background-color css
<style>
a { background-color: #40318B; }
a { background-color: rgb(64,49,139); }
div.DivClassName
{
background-color: #40318B;
}
.BgClassName
{
background-color: #40318B;
}
</style>
border-color css
<style>
span { border-color: #40318B; }
span { border-color: rgb(64,49,139); }
td.TdClassName
{
border-color: #40318B;
}
.TagClassName
{
border-color: #40318B;
}
</style>