Shades of Dark Slate Blue #4240A0
Tints of Dark Slate Blue #4240A0
RGB
CMYK
RGB Variations
Color information
#4240A0 (or 0x4240A0) is known color: Dark Slate Blue. HEX triplet: 42, 40 and A0. RGB value is (66,64,160). Sum of RGB (Red+Green+Blue) = 66+64+160=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 160 (62.89% from 255 or 55.17% from 290); Max value from RGB is 160 - color contains mainly: blue. Hex color #4240A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4240A0 is #BDBF5F. Grayscale: #4B4B4B. Windows color (decimal): -12435296 or 10502210. OLE color: 10502210.
HSL color Cylindrical-coordinate representation of color #4240A0: hue angle of 241.25º 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 #4240A0 is Cyan = 0.59, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 66 | 64 | 160 | - |
| CMYK | 0.59 | 0.6 | 0 | 0.37 |
| HSL | 241.25º | 0.43% | 0.44% | - |
| HSV(B) | 241.25º | 0.6% | 0.63% | - |
| XYZ | 10.43 | 7.36 | 34.13 | - |
| YUV | 75.54 | 175.66 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 64 | 160 | 0.59 | 0.6 | 0 | 0.37 | 241.25 | 0.43 | 0.44 |
| Hex | 42 | 40 | A0 | 3B | 3C | 0 | 25 | F1 | 2B | 2C |
| Octal | 102 | 100 | 240 | 73 | 74 | 0 | 45 | 361 | 53 | 54 |
| Binary | 1000010 | 1000000 | 10100000 | 111011 | 111100 | 0 | 100101 | 11110001 | 101011 | 101100 |
Color Harmonies of #4240A0
Complementary color
Monochromatic Colors of #4240A0
Black with #4240A0
Text Example
Text Example
White with #4240A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4240A0; }
p { color: rgb(66,64,160); }
H1.HeaderClassName
{
color: #4240A0;
}
.AnyTagClassName
{
color: #4240A0;
}
</style>
background-color css
<style>
a { background-color: #4240A0; }
a { background-color: rgb(66,64,160); }
div.DivClassName
{
background-color: #4240A0;
}
.BgClassName
{
background-color: #4240A0;
}
</style>
border-color css
<style>
span { border-color: #4240A0; }
span { border-color: rgb(66,64,160); }
td.TdClassName
{
border-color: #4240A0;
}
.TagClassName
{
border-color: #4240A0;
}
</style>