Shades of Dark Slate Blue #40419C
Tints of Dark Slate Blue #40419C
RGB
CMYK
RGB Variations
Color information
#40419C (or 0x40419C) is known color: Dark Slate Blue. HEX triplet: 40, 41 and 9C. RGB value is (64,65,156). Sum of RGB (Red+Green+Blue) = 64+65+156=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 156 (61.33% from 255 or 54.74% from 285); Max value from RGB is 156 - color contains mainly: blue. Hex color #40419C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40419C is #BFBE63. Grayscale: #4A4A4A. Windows color (decimal): -12566116 or 10240320. OLE color: 10240320.
HSL color Cylindrical-coordinate representation of color #40419C: hue angle of 239.35º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40419C is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 64 | 65 | 156 | - |
| CMYK | 0.59 | 0.58 | 0 | 0.39 |
| HSL | 239.35º | 0.42% | 0.43% | - |
| HSV(B) | 239.35º | 0.59% | 0.61% | - |
| XYZ | 10.01 | 7.27 | 32.33 | - |
| YUV | 75.08 | 173.67 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 65 | 156 | 0.59 | 0.58 | 0 | 0.39 | 239.35 | 0.42 | 0.43 |
| Hex | 40 | 41 | 9C | 3B | 3A | 0 | 27 | EF | 2A | 2B |
| Octal | 100 | 101 | 234 | 73 | 72 | 0 | 47 | 357 | 52 | 53 |
| Binary | 1000000 | 1000001 | 10011100 | 111011 | 111010 | 0 | 100111 | 11101111 | 101010 | 101011 |
Color Harmonies of #40419C
Complementary color
Monochromatic Colors of #40419C
Black with #40419C
Text Example
Text Example
White with #40419C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40419C; }
p { color: rgb(64,65,156); }
H1.HeaderClassName
{
color: #40419C;
}
.AnyTagClassName
{
color: #40419C;
}
</style>
background-color css
<style>
a { background-color: #40419C; }
a { background-color: rgb(64,65,156); }
div.DivClassName
{
background-color: #40419C;
}
.BgClassName
{
background-color: #40419C;
}
</style>
border-color css
<style>
span { border-color: #40419C; }
span { border-color: rgb(64,65,156); }
td.TdClassName
{
border-color: #40419C;
}
.TagClassName
{
border-color: #40419C;
}
</style>