Shades of Minsk #42306A
Tints of Minsk #42306A
RGB
CMYK
RGB Variations
Color information
#42306A (or 0x42306A) is known color: Minsk. HEX triplet: 42, 30 and 6A. RGB value is (66,48,106). Sum of RGB (Red+Green+Blue) = 66+48+106=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 106 (41.80% from 255 or 48.18% from 220); Max value from RGB is 106 - color contains mainly: blue. Hex color #42306A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42306A is #BDCF95. Grayscale: #3B3B3B. Windows color (decimal): -12439446 or 6959170. OLE color: 6959170.
HSL color Cylindrical-coordinate representation of color #42306A: hue angle of 258.62º 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 #42306A is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 48 | 106 | - |
| CMYK | 0.38 | 0.55 | 0 | 0.58 |
| HSL | 258.62º | 0.38% | 0.3% | - |
| HSV(B) | 258.62º | 0.55% | 0.42% | - |
| XYZ | 5.91 | 4.31 | 14.16 | - |
| YUV | 59.99 | 153.96 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 48 | 106 | 0.38 | 0.55 | 0 | 0.58 | 258.62 | 0.38 | 0.3 |
| Hex | 42 | 30 | 6A | 26 | 37 | 0 | 3A | 103 | 26 | 1E |
| Octal | 102 | 60 | 152 | 46 | 67 | 0 | 72 | 403 | 46 | 36 |
| Binary | 1000010 | 110000 | 1101010 | 100110 | 110111 | 0 | 111010 | 100000011 | 100110 | 11110 |
Color Harmonies of #42306A
Complementary color
Monochromatic Colors of #42306A
Black with #42306A
Text Example
Text Example
White with #42306A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42306A; }
p { color: rgb(66,48,106); }
H1.HeaderClassName
{
color: #42306A;
}
.AnyTagClassName
{
color: #42306A;
}
</style>
background-color css
<style>
a { background-color: #42306A; }
a { background-color: rgb(66,48,106); }
div.DivClassName
{
background-color: #42306A;
}
.BgClassName
{
background-color: #42306A;
}
</style>
border-color css
<style>
span { border-color: #42306A; }
span { border-color: rgb(66,48,106); }
td.TdClassName
{
border-color: #42306A;
}
.TagClassName
{
border-color: #42306A;
}
</style>