Shades of Minsk #423A6E
Tints of Minsk #423A6E
RGB
CMYK
RGB Variations
Color information
#423A6E (or 0x423A6E) is known color: Minsk. HEX triplet: 42, 3A and 6E. RGB value is (66,58,110). Sum of RGB (Red+Green+Blue) = 66+58+110=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 58 (23.05% from 255 or 24.79% from 234); Blue value is 110 (43.36% from 255 or 47.01% from 234); Max value from RGB is 110 - color contains mainly: blue. Hex color #423A6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423A6E is #BDC591. Grayscale: #424242. Windows color (decimal): -12436882 or 7223874. OLE color: 7223874.
HSL color Cylindrical-coordinate representation of color #423A6E: hue angle of 249.23º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #423A6E is Cyan = 0.4, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 66 | 58 | 110 | - |
| CMYK | 0.4 | 0.47 | 0 | 0.57 |
| HSL | 249.23º | 0.31% | 0.33% | - |
| HSV(B) | 249.23º | 0.47% | 0.43% | - |
| XYZ | 6.57 | 5.31 | 15.43 | - |
| YUV | 66.32 | 152.65 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 58 | 110 | 0.4 | 0.47 | 0 | 0.57 | 249.23 | 0.31 | 0.33 |
| Hex | 42 | 3A | 6E | 28 | 2F | 0 | 39 | F9 | 1F | 21 |
| Octal | 102 | 72 | 156 | 50 | 57 | 0 | 71 | 371 | 37 | 41 |
| Binary | 1000010 | 111010 | 1101110 | 101000 | 101111 | 0 | 111001 | 11111001 | 11111 | 100001 |
Color Harmonies of #423A6E
Complementary color
Monochromatic Colors of #423A6E
Black with #423A6E
Text Example
Text Example
White with #423A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423A6E; }
p { color: rgb(66,58,110); }
H1.HeaderClassName
{
color: #423A6E;
}
.AnyTagClassName
{
color: #423A6E;
}
</style>
background-color css
<style>
a { background-color: #423A6E; }
a { background-color: rgb(66,58,110); }
div.DivClassName
{
background-color: #423A6E;
}
.BgClassName
{
background-color: #423A6E;
}
</style>
border-color css
<style>
span { border-color: #423A6E; }
span { border-color: rgb(66,58,110); }
td.TdClassName
{
border-color: #423A6E;
}
.TagClassName
{
border-color: #423A6E;
}
</style>