Shades of Dark Slate Blue #4041A0
Tints of Dark Slate Blue #4041A0
RGB
CMYK
RGB Variations
Color information
#4041A0 (or 0x4041A0) is known color: Dark Slate Blue. HEX triplet: 40, 41 and A0. RGB value is (64,65,160). Sum of RGB (Red+Green+Blue) = 64+65+160=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 160 (62.89% from 255 or 55.36% from 289); Max value from RGB is 160 - color contains mainly: blue. Hex color #4041A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4041A0 is #BFBE5F. Grayscale: #4B4B4B. Windows color (decimal): -12566112 or 10502464. OLE color: 10502464.
HSL color Cylindrical-coordinate representation of color #4041A0: hue angle of 239.38º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4041A0 is Cyan = 0.6, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 64 | 65 | 160 | - |
| CMYK | 0.6 | 0.59 | 0 | 0.37 |
| HSL | 239.38º | 0.43% | 0.44% | - |
| HSV(B) | 239.38º | 0.6% | 0.63% | - |
| XYZ | 10.35 | 7.41 | 34.14 | - |
| YUV | 75.53 | 175.67 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 65 | 160 | 0.6 | 0.59 | 0 | 0.37 | 239.38 | 0.43 | 0.44 |
| Hex | 40 | 41 | A0 | 3C | 3B | 0 | 25 | EF | 2B | 2C |
| Octal | 100 | 101 | 240 | 74 | 73 | 0 | 45 | 357 | 53 | 54 |
| Binary | 1000000 | 1000001 | 10100000 | 111100 | 111011 | 0 | 100101 | 11101111 | 101011 | 101100 |
Color Harmonies of #4041A0
Complementary color
Monochromatic Colors of #4041A0
Black with #4041A0
Text Example
Text Example
White with #4041A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4041A0; }
p { color: rgb(64,65,160); }
H1.HeaderClassName
{
color: #4041A0;
}
.AnyTagClassName
{
color: #4041A0;
}
</style>
background-color css
<style>
a { background-color: #4041A0; }
a { background-color: rgb(64,65,160); }
div.DivClassName
{
background-color: #4041A0;
}
.BgClassName
{
background-color: #4041A0;
}
</style>
border-color css
<style>
span { border-color: #4041A0; }
span { border-color: rgb(64,65,160); }
td.TdClassName
{
border-color: #4041A0;
}
.TagClassName
{
border-color: #4041A0;
}
</style>