Shades of Minsk #3E2A6A
Tints of Minsk #3E2A6A
RGB
CMYK
RGB Variations
Color information
#3E2A6A (or 0x3E2A6A) is known color: Minsk. HEX triplet: 3E, 2A and 6A. RGB value is (62,42,106). Sum of RGB (Red+Green+Blue) = 62+42+106=210 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.52% from 210); Green value is 42 (16.80% from 255 or 20% from 210); Blue value is 106 (41.80% from 255 or 50.48% from 210); Max value from RGB is 106 - color contains mainly: blue. Hex color #3E2A6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2A6A is #C1D595. Grayscale: #373737. Windows color (decimal): -12703126 or 6957630. OLE color: 6957630.
HSL color Cylindrical-coordinate representation of color #3E2A6A: hue angle of 258.75º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3E2A6A is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 62 | 42 | 106 | - |
| CMYK | 0.42 | 0.60 | 0 | 0.58 |
| HSL | 258.75º | 0.43% | 0.29% | - |
| HSV(B) | 258.75º | 0.6% | 0.42% | - |
| XYZ | 5.42 | 3.72 | 14.07 | - |
| YUV | 55.28 | 156.63 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 42 | 106 | 0.42 | 0.60 | 0 | 0.58 | 258.75 | 0.43 | 0.29 |
| Hex | 3E | 2A | 6A | 2A | 3C | 0 | 3A | 103 | 2B | 1D |
| Octal | 76 | 52 | 152 | 52 | 74 | 0 | 72 | 403 | 53 | 35 |
| Binary | 111110 | 101010 | 1101010 | 101010 | 111100 | 0 | 111010 | 100000011 | 101011 | 11101 |
Color Harmonies of #3E2A6A
Complementary color
Monochromatic Colors of #3E2A6A
Black with #3E2A6A
Text Example
Text Example
White with #3E2A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2A6A; }
p { color: rgb(62,42,106); }
H1.HeaderClassName
{
color: #3E2A6A;
}
.AnyTagClassName
{
color: #3E2A6A;
}
</style>
background-color css
<style>
a { background-color: #3E2A6A; }
a { background-color: rgb(62,42,106); }
div.DivClassName
{
background-color: #3E2A6A;
}
.BgClassName
{
background-color: #3E2A6A;
}
</style>
border-color css
<style>
span { border-color: #3E2A6A; }
span { border-color: rgb(62,42,106); }
td.TdClassName
{
border-color: #3E2A6A;
}
.TagClassName
{
border-color: #3E2A6A;
}
</style>