Shades of Minsk #423A63
Tints of Minsk #423A63
RGB
CMYK
RGB Variations
Color information
#423A63 (or 0x423A63) is known color: Minsk. HEX triplet: 42, 3A and 63. RGB value is (66,58,99). Sum of RGB (Red+Green+Blue) = 66+58+99=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 99 (39.06% from 255 or 44.39% from 223); Max value from RGB is 99 - color contains mainly: blue. Hex color #423A63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423A63 is #BDC59C. Grayscale: #404040. Windows color (decimal): -12436893 or 6502978. OLE color: 6502978.
HSL color Cylindrical-coordinate representation of color #423A63: hue angle of 251.71º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #423A63 is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 66 | 58 | 99 | - |
| CMYK | 0.33 | 0.41 | 0 | 0.61 |
| HSL | 251.71º | 0.26% | 0.31% | - |
| HSV(B) | 251.71º | 0.41% | 0.39% | - |
| XYZ | 6.01 | 5.09 | 12.47 | - |
| YUV | 65.07 | 147.15 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 58 | 99 | 0.33 | 0.41 | 0 | 0.61 | 251.71 | 0.26 | 0.31 |
| Hex | 42 | 3A | 63 | 21 | 29 | 0 | 3D | FC | 1A | 1F |
| Octal | 102 | 72 | 143 | 41 | 51 | 0 | 75 | 374 | 32 | 37 |
| Binary | 1000010 | 111010 | 1100011 | 100001 | 101001 | 0 | 111101 | 11111100 | 11010 | 11111 |
Color Harmonies of #423A63
Complementary color
Monochromatic Colors of #423A63
Black with #423A63
Text Example
Text Example
White with #423A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423A63; }
p { color: rgb(66,58,99); }
H1.HeaderClassName
{
color: #423A63;
}
.AnyTagClassName
{
color: #423A63;
}
</style>
background-color css
<style>
a { background-color: #423A63; }
a { background-color: rgb(66,58,99); }
div.DivClassName
{
background-color: #423A63;
}
.BgClassName
{
background-color: #423A63;
}
</style>
border-color css
<style>
span { border-color: #423A63; }
span { border-color: rgb(66,58,99); }
td.TdClassName
{
border-color: #423A63;
}
.TagClassName
{
border-color: #423A63;
}
</style>