Shades of Dark Slate Blue #40358B
Tints of Dark Slate Blue #40358B
RGB
CMYK
RGB Variations
Color information
#40358B (or 0x40358B) is known color: Dark Slate Blue. HEX triplet: 40, 35 and 8B. RGB value is (64,53,139). Sum of RGB (Red+Green+Blue) = 64+53+139=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 139 (54.69% from 255 or 54.30% from 256); Max value from RGB is 139 - color contains mainly: blue. Hex color #40358B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40358B is #BFCA74. Grayscale: #414141. Windows color (decimal): -12569205 or 9123136. OLE color: 9123136.
HSL color Cylindrical-coordinate representation of color #40358B: hue angle of 247.67º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40358B is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 53 | 139 | - |
| CMYK | 0.54 | 0.62 | 0 | 0.45 |
| HSL | 247.67º | 0.45% | 0.38% | - |
| HSV(B) | 247.67º | 0.62% | 0.55% | - |
| XYZ | 8.05 | 5.5 | 25.06 | - |
| YUV | 66.09 | 169.14 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 53 | 139 | 0.54 | 0.62 | 0 | 0.45 | 247.67 | 0.45 | 0.38 |
| Hex | 40 | 35 | 8B | 36 | 3E | 0 | 2D | F8 | 2D | 26 |
| Octal | 100 | 65 | 213 | 66 | 76 | 0 | 55 | 370 | 55 | 46 |
| Binary | 1000000 | 110101 | 10001011 | 110110 | 111110 | 0 | 101101 | 11111000 | 101101 | 100110 |
Color Harmonies of #40358B
Complementary color
Monochromatic Colors of #40358B
Black with #40358B
Text Example
Text Example
White with #40358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40358B; }
p { color: rgb(64,53,139); }
H1.HeaderClassName
{
color: #40358B;
}
.AnyTagClassName
{
color: #40358B;
}
</style>
background-color css
<style>
a { background-color: #40358B; }
a { background-color: rgb(64,53,139); }
div.DivClassName
{
background-color: #40358B;
}
.BgClassName
{
background-color: #40358B;
}
</style>
border-color css
<style>
span { border-color: #40358B; }
span { border-color: rgb(64,53,139); }
td.TdClassName
{
border-color: #40358B;
}
.TagClassName
{
border-color: #40358B;
}
</style>