Shades of Minsk #433A6F
Tints of Minsk #433A6F
RGB
CMYK
RGB Variations
Color information
#433A6F (or 0x433A6F) is known color: Minsk. HEX triplet: 43, 3A and 6F. RGB value is (67,58,111). Sum of RGB (Red+Green+Blue) = 67+58+111=236 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.39% from 236); Green value is 58 (23.05% from 255 or 24.58% from 236); Blue value is 111 (43.75% from 255 or 47.03% from 236); Max value from RGB is 111 - color contains mainly: blue. Hex color #433A6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433A6F is #BCC590. Grayscale: #424242. Windows color (decimal): -12371345 or 7289411. OLE color: 7289411.
HSL color Cylindrical-coordinate representation of color #433A6F: hue angle of 250.19º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #433A6F is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 58 | 111 | - |
| CMYK | 0.40 | 0.48 | 0 | 0.56 |
| HSL | 250.19º | 0.31% | 0.33% | - |
| HSV(B) | 250.19º | 0.48% | 0.44% | - |
| XYZ | 6.7 | 5.37 | 15.72 | - |
| YUV | 66.73 | 152.98 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 58 | 111 | 0.40 | 0.48 | 0 | 0.56 | 250.19 | 0.31 | 0.33 |
| Hex | 43 | 3A | 6F | 28 | 30 | 0 | 38 | FA | 1F | 21 |
| Octal | 103 | 72 | 157 | 50 | 60 | 0 | 70 | 372 | 37 | 41 |
| Binary | 1000011 | 111010 | 1101111 | 101000 | 110000 | 0 | 111000 | 11111010 | 11111 | 100001 |
Color Harmonies of #433A6F
Complementary color
Monochromatic Colors of #433A6F
Black with #433A6F
Text Example
Text Example
White with #433A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433A6F; }
p { color: rgb(67,58,111); }
H1.HeaderClassName
{
color: #433A6F;
}
.AnyTagClassName
{
color: #433A6F;
}
</style>
background-color css
<style>
a { background-color: #433A6F; }
a { background-color: rgb(67,58,111); }
div.DivClassName
{
background-color: #433A6F;
}
.BgClassName
{
background-color: #433A6F;
}
</style>
border-color css
<style>
span { border-color: #433A6F; }
span { border-color: rgb(67,58,111); }
td.TdClassName
{
border-color: #433A6F;
}
.TagClassName
{
border-color: #433A6F;
}
</style>