Shades of Minsk #42306D
Tints of Minsk #42306D
RGB
CMYK
RGB Variations
Color information
#42306D (or 0x42306D) is known color: Minsk. HEX triplet: 42, 30 and 6D. RGB value is (66,48,109). Sum of RGB (Red+Green+Blue) = 66+48+109=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 109 (42.97% from 255 or 48.88% from 223); Max value from RGB is 109 - color contains mainly: blue. Hex color #42306D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42306D is #BDCF92. Grayscale: #3C3C3C. Windows color (decimal): -12439443 or 7155778. OLE color: 7155778.
HSL color Cylindrical-coordinate representation of color #42306D: hue angle of 257.7º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42306D is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 66 | 48 | 109 | - |
| CMYK | 0.39 | 0.56 | 0 | 0.57 |
| HSL | 257.7º | 0.39% | 0.31% | - |
| HSV(B) | 257.7º | 0.56% | 0.43% | - |
| XYZ | 6.06 | 4.38 | 14.99 | - |
| YUV | 60.34 | 155.46 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 48 | 109 | 0.39 | 0.56 | 0 | 0.57 | 257.7 | 0.39 | 0.31 |
| Hex | 42 | 30 | 6D | 27 | 38 | 0 | 39 | 102 | 27 | 1F |
| Octal | 102 | 60 | 155 | 47 | 70 | 0 | 71 | 402 | 47 | 37 |
| Binary | 1000010 | 110000 | 1101101 | 100111 | 111000 | 0 | 111001 | 100000010 | 100111 | 11111 |
Color Harmonies of #42306D
Complementary color
Monochromatic Colors of #42306D
Black with #42306D
Text Example
Text Example
White with #42306D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42306D; }
p { color: rgb(66,48,109); }
H1.HeaderClassName
{
color: #42306D;
}
.AnyTagClassName
{
color: #42306D;
}
</style>
background-color css
<style>
a { background-color: #42306D; }
a { background-color: rgb(66,48,109); }
div.DivClassName
{
background-color: #42306D;
}
.BgClassName
{
background-color: #42306D;
}
</style>
border-color css
<style>
span { border-color: #42306D; }
span { border-color: rgb(66,48,109); }
td.TdClassName
{
border-color: #42306D;
}
.TagClassName
{
border-color: #42306D;
}
</style>