Shades of Dark Slate Blue #423A7F
Tints of Dark Slate Blue #423A7F
RGB
CMYK
RGB Variations
Color information
#423A7F (or 0x423A7F) is known color: Dark Slate Blue. HEX triplet: 42, 3A and 7F. RGB value is (66,58,127). Sum of RGB (Red+Green+Blue) = 66+58+127=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 58 (23.05% from 255 or 23.11% from 251); Blue value is 127 (50% from 255 or 50.60% from 251); Max value from RGB is 127 - color contains mainly: blue. Hex color #423A7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423A7F is #BDC580. Grayscale: #434343. Windows color (decimal): -12436865 or 8337986. OLE color: 8337986.
HSL color Cylindrical-coordinate representation of color #423A7F: hue angle of 246.96º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #423A7F is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 66 | 58 | 127 | - |
| CMYK | 0.48 | 0.54 | 0 | 0.50 |
| HSL | 246.96º | 0.37% | 0.36% | - |
| HSV(B) | 246.96º | 0.54% | 0.5% | - |
| XYZ | 7.59 | 5.72 | 20.78 | - |
| YUV | 68.26 | 161.15 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 58 | 127 | 0.48 | 0.54 | 0 | 0.50 | 246.96 | 0.37 | 0.36 |
| Hex | 42 | 3A | 7F | 30 | 36 | 0 | 32 | F7 | 25 | 24 |
| Octal | 102 | 72 | 177 | 60 | 66 | 0 | 62 | 367 | 45 | 44 |
| Binary | 1000010 | 111010 | 1111111 | 110000 | 110110 | 0 | 110010 | 11110111 | 100101 | 100100 |
Color Harmonies of #423A7F
Complementary color
Monochromatic Colors of #423A7F
Black with #423A7F
Text Example
Text Example
White with #423A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423A7F; }
p { color: rgb(66,58,127); }
H1.HeaderClassName
{
color: #423A7F;
}
.AnyTagClassName
{
color: #423A7F;
}
</style>
background-color css
<style>
a { background-color: #423A7F; }
a { background-color: rgb(66,58,127); }
div.DivClassName
{
background-color: #423A7F;
}
.BgClassName
{
background-color: #423A7F;
}
</style>
border-color css
<style>
span { border-color: #423A7F; }
span { border-color: rgb(66,58,127); }
td.TdClassName
{
border-color: #423A7F;
}
.TagClassName
{
border-color: #423A7F;
}
</style>