Shades of Dark Slate Blue #424193
Tints of Dark Slate Blue #424193
RGB
CMYK
RGB Variations
Color information
#424193 (or 0x424193) is known color: Dark Slate Blue. HEX triplet: 42, 41 and 93. RGB value is (66,65,147). Sum of RGB (Red+Green+Blue) = 66+65+147=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 147 (57.81% from 255 or 52.88% from 278); Max value from RGB is 147 - color contains mainly: blue. Hex color #424193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424193 is #BDBE6C. Grayscale: #4A4A4A. Windows color (decimal): -12435053 or 9650498. OLE color: 9650498.
HSL color Cylindrical-coordinate representation of color #424193: hue angle of 240.73º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #424193 is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 65 | 147 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.42 |
| HSL | 240.73º | 0.39% | 0.42% | - |
| HSV(B) | 240.73º | 0.56% | 0.58% | - |
| XYZ | 9.4 | 7.05 | 28.47 | - |
| YUV | 74.65 | 168.83 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 65 | 147 | 0.55 | 0.56 | 0 | 0.42 | 240.73 | 0.39 | 0.42 |
| Hex | 42 | 41 | 93 | 37 | 38 | 0 | 2A | F1 | 27 | 2A |
| Octal | 102 | 101 | 223 | 67 | 70 | 0 | 52 | 361 | 47 | 52 |
| Binary | 1000010 | 1000001 | 10010011 | 110111 | 111000 | 0 | 101010 | 11110001 | 100111 | 101010 |
Color Harmonies of #424193
Complementary color
Monochromatic Colors of #424193
Black with #424193
Text Example
Text Example
White with #424193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424193; }
p { color: rgb(66,65,147); }
H1.HeaderClassName
{
color: #424193;
}
.AnyTagClassName
{
color: #424193;
}
</style>
background-color css
<style>
a { background-color: #424193; }
a { background-color: rgb(66,65,147); }
div.DivClassName
{
background-color: #424193;
}
.BgClassName
{
background-color: #424193;
}
</style>
border-color css
<style>
span { border-color: #424193; }
span { border-color: rgb(66,65,147); }
td.TdClassName
{
border-color: #424193;
}
.TagClassName
{
border-color: #424193;
}
</style>