Shades of Dark Slate Blue #423A8B
Tints of Dark Slate Blue #423A8B
RGB
CMYK
RGB Variations
Color information
#423A8B (or 0x423A8B) is known color: Dark Slate Blue. HEX triplet: 42, 3A and 8B. RGB value is (66,58,139). Sum of RGB (Red+Green+Blue) = 66+58+139=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 139 (54.69% from 255 or 52.85% from 263); Max value from RGB is 139 - color contains mainly: blue. Hex color #423A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423A8B is #BDC574. Grayscale: #454545. Windows color (decimal): -12436853 or 9124418. OLE color: 9124418.
HSL color Cylindrical-coordinate representation of color #423A8B: hue angle of 245.93º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #423A8B is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 58 | 139 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.45 |
| HSL | 245.93º | 0.41% | 0.39% | - |
| HSV(B) | 245.93º | 0.58% | 0.55% | - |
| XYZ | 8.42 | 6.05 | 25.15 | - |
| YUV | 69.63 | 167.15 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 58 | 139 | 0.53 | 0.58 | 0 | 0.45 | 245.93 | 0.41 | 0.39 |
| Hex | 42 | 3A | 8B | 35 | 3A | 0 | 2D | F6 | 29 | 27 |
| Octal | 102 | 72 | 213 | 65 | 72 | 0 | 55 | 366 | 51 | 47 |
| Binary | 1000010 | 111010 | 10001011 | 110101 | 111010 | 0 | 101101 | 11110110 | 101001 | 100111 |
Color Harmonies of #423A8B
Complementary color
Monochromatic Colors of #423A8B
Black with #423A8B
Text Example
Text Example
White with #423A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423A8B; }
p { color: rgb(66,58,139); }
H1.HeaderClassName
{
color: #423A8B;
}
.AnyTagClassName
{
color: #423A8B;
}
</style>
background-color css
<style>
a { background-color: #423A8B; }
a { background-color: rgb(66,58,139); }
div.DivClassName
{
background-color: #423A8B;
}
.BgClassName
{
background-color: #423A8B;
}
</style>
border-color css
<style>
span { border-color: #423A8B; }
span { border-color: rgb(66,58,139); }
td.TdClassName
{
border-color: #423A8B;
}
.TagClassName
{
border-color: #423A8B;
}
</style>