Shades of Dark Slate Blue #423994
Tints of Dark Slate Blue #423994
RGB
CMYK
RGB Variations
Color information
#423994 (or 0x423994) is known color: Dark Slate Blue. HEX triplet: 42, 39 and 94. RGB value is (66,57,148). Sum of RGB (Red+Green+Blue) = 66+57+148=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 57 (22.66% from 255 or 21.03% from 271); Blue value is 148 (58.20% from 255 or 54.61% from 271); Max value from RGB is 148 - color contains mainly: blue. Hex color #423994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423994 is #BDC66B. Grayscale: #454545. Windows color (decimal): -12437100 or 9713986. OLE color: 9713986.
HSL color Cylindrical-coordinate representation of color #423994: hue angle of 245.93º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #423994 is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 57 | 148 | - |
| CMYK | 0.55 | 0.61 | 0 | 0.42 |
| HSL | 245.93º | 0.44% | 0.4% | - |
| HSV(B) | 245.93º | 0.61% | 0.58% | - |
| XYZ | 9.06 | 6.22 | 28.74 | - |
| YUV | 70.07 | 171.98 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 57 | 148 | 0.55 | 0.61 | 0 | 0.42 | 245.93 | 0.44 | 0.4 |
| Hex | 42 | 39 | 94 | 37 | 3D | 0 | 2A | F6 | 2C | 28 |
| Octal | 102 | 71 | 224 | 67 | 75 | 0 | 52 | 366 | 54 | 50 |
| Binary | 1000010 | 111001 | 10010100 | 110111 | 111101 | 0 | 101010 | 11110110 | 101100 | 101000 |
Color Harmonies of #423994
Complementary color
Monochromatic Colors of #423994
Black with #423994
Text Example
Text Example
White with #423994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423994; }
p { color: rgb(66,57,148); }
H1.HeaderClassName
{
color: #423994;
}
.AnyTagClassName
{
color: #423994;
}
</style>
background-color css
<style>
a { background-color: #423994; }
a { background-color: rgb(66,57,148); }
div.DivClassName
{
background-color: #423994;
}
.BgClassName
{
background-color: #423994;
}
</style>
border-color css
<style>
span { border-color: #423994; }
span { border-color: rgb(66,57,148); }
td.TdClassName
{
border-color: #423994;
}
.TagClassName
{
border-color: #423994;
}
</style>