Shades of Minsk #42306B
Tints of Minsk #42306B
RGB
CMYK
RGB Variations
Color information
#42306B (or 0x42306B) is known color: Minsk. HEX triplet: 42, 30 and 6B. RGB value is (66,48,107). Sum of RGB (Red+Green+Blue) = 66+48+107=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 107 (42.19% from 255 or 48.42% from 221); Max value from RGB is 107 - color contains mainly: blue. Hex color #42306B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42306B is #BDCF94. Grayscale: #3B3B3B. Windows color (decimal): -12439445 or 7024706. OLE color: 7024706.
HSL color Cylindrical-coordinate representation of color #42306B: hue angle of 258.31º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42306B is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 48 | 107 | - |
| CMYK | 0.38 | 0.55 | 0 | 0.58 |
| HSL | 258.31º | 0.38% | 0.3% | - |
| HSV(B) | 258.31º | 0.55% | 0.42% | - |
| XYZ | 5.96 | 4.33 | 14.43 | - |
| YUV | 60.11 | 154.46 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 48 | 107 | 0.38 | 0.55 | 0 | 0.58 | 258.31 | 0.38 | 0.3 |
| Hex | 42 | 30 | 6B | 26 | 37 | 0 | 3A | 102 | 26 | 1E |
| Octal | 102 | 60 | 153 | 46 | 67 | 0 | 72 | 402 | 46 | 36 |
| Binary | 1000010 | 110000 | 1101011 | 100110 | 110111 | 0 | 111010 | 100000010 | 100110 | 11110 |
Color Harmonies of #42306B
Complementary color
Monochromatic Colors of #42306B
Black with #42306B
Text Example
Text Example
White with #42306B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42306B; }
p { color: rgb(66,48,107); }
H1.HeaderClassName
{
color: #42306B;
}
.AnyTagClassName
{
color: #42306B;
}
</style>
background-color css
<style>
a { background-color: #42306B; }
a { background-color: rgb(66,48,107); }
div.DivClassName
{
background-color: #42306B;
}
.BgClassName
{
background-color: #42306B;
}
</style>
border-color css
<style>
span { border-color: #42306B; }
span { border-color: rgb(66,48,107); }
td.TdClassName
{
border-color: #42306B;
}
.TagClassName
{
border-color: #42306B;
}
</style>