Shades of Dark Slate Blue #424091
Tints of Dark Slate Blue #424091
RGB
CMYK
RGB Variations
Color information
#424091 (or 0x424091) is known color: Dark Slate Blue. HEX triplet: 42, 40 and 91. RGB value is (66,64,145). Sum of RGB (Red+Green+Blue) = 66+64+145=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 145 (57.03% from 255 or 52.73% from 275); Max value from RGB is 145 - color contains mainly: blue. Hex color #424091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424091 is #BDBF6E. Grayscale: #494949. Windows color (decimal): -12435311 or 9519170. OLE color: 9519170.
HSL color Cylindrical-coordinate representation of color #424091: hue angle of 241.48º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #424091 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 64 | 145 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.43 |
| HSL | 241.48º | 0.39% | 0.41% | - |
| HSV(B) | 241.48º | 0.56% | 0.57% | - |
| XYZ | 9.19 | 6.87 | 27.63 | - |
| YUV | 73.83 | 168.16 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 64 | 145 | 0.54 | 0.56 | 0 | 0.43 | 241.48 | 0.39 | 0.41 |
| Hex | 42 | 40 | 91 | 36 | 38 | 0 | 2B | F1 | 27 | 29 |
| Octal | 102 | 100 | 221 | 66 | 70 | 0 | 53 | 361 | 47 | 51 |
| Binary | 1000010 | 1000000 | 10010001 | 110110 | 111000 | 0 | 101011 | 11110001 | 100111 | 101001 |
Color Harmonies of #424091
Complementary color
Monochromatic Colors of #424091
Black with #424091
Text Example
Text Example
White with #424091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424091; }
p { color: rgb(66,64,145); }
H1.HeaderClassName
{
color: #424091;
}
.AnyTagClassName
{
color: #424091;
}
</style>
background-color css
<style>
a { background-color: #424091; }
a { background-color: rgb(66,64,145); }
div.DivClassName
{
background-color: #424091;
}
.BgClassName
{
background-color: #424091;
}
</style>
border-color css
<style>
span { border-color: #424091; }
span { border-color: rgb(66,64,145); }
td.TdClassName
{
border-color: #424091;
}
.TagClassName
{
border-color: #424091;
}
</style>