Shades of Dark Slate Blue #40338A
Tints of Dark Slate Blue #40338A
RGB
CMYK
RGB Variations
Color information
#40338A (or 0x40338A) is known color: Dark Slate Blue. HEX triplet: 40, 33 and 8A. RGB value is (64,51,138). Sum of RGB (Red+Green+Blue) = 64+51+138=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 138 (54.30% from 255 or 54.55% from 253); Max value from RGB is 138 - color contains mainly: blue. Hex color #40338A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40338A is #BFCC75. Grayscale: #404040. Windows color (decimal): -12569718 or 9057088. OLE color: 9057088.
HSL color Cylindrical-coordinate representation of color #40338A: hue angle of 248.97º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40338A is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 64 | 51 | 138 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.46 |
| HSL | 248.97º | 0.46% | 0.37% | - |
| HSV(B) | 248.97º | 0.63% | 0.54% | - |
| XYZ | 7.89 | 5.29 | 24.65 | - |
| YUV | 64.81 | 169.31 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 51 | 138 | 0.54 | 0.63 | 0 | 0.46 | 248.97 | 0.46 | 0.37 |
| Hex | 40 | 33 | 8A | 36 | 3F | 0 | 2E | F9 | 2E | 25 |
| Octal | 100 | 63 | 212 | 66 | 77 | 0 | 56 | 371 | 56 | 45 |
| Binary | 1000000 | 110011 | 10001010 | 110110 | 111111 | 0 | 101110 | 11111001 | 101110 | 100101 |
Color Harmonies of #40338A
Complementary color
Monochromatic Colors of #40338A
Black with #40338A
Text Example
Text Example
White with #40338A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40338A; }
p { color: rgb(64,51,138); }
H1.HeaderClassName
{
color: #40338A;
}
.AnyTagClassName
{
color: #40338A;
}
</style>
background-color css
<style>
a { background-color: #40338A; }
a { background-color: rgb(64,51,138); }
div.DivClassName
{
background-color: #40338A;
}
.BgClassName
{
background-color: #40338A;
}
</style>
border-color css
<style>
span { border-color: #40338A; }
span { border-color: rgb(64,51,138); }
td.TdClassName
{
border-color: #40338A;
}
.TagClassName
{
border-color: #40338A;
}
</style>