Shades of Paris M #28206A
Tints of Paris M #28206A
RGB
CMYK
RGB Variations
Color information
#28206A (or 0x28206A) is known color: Paris M. HEX triplet: 28, 20 and 6A. RGB value is (40,32,106). Sum of RGB (Red+Green+Blue) = 40+32+106=178 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.47% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 106 (41.80% from 255 or 59.55% from 178); Max value from RGB is 106 - color contains mainly: blue. Hex color #28206A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28206A is #D7DF95. Grayscale: #2A2A2A. Windows color (decimal): -14147478 or 6955048. OLE color: 6955048.
HSL color Cylindrical-coordinate representation of color #28206A: hue angle of 246.49º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28206A is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 32 | 106 | - |
| CMYK | 0.62 | 0.70 | 0 | 0.58 |
| HSL | 246.49º | 0.54% | 0.27% | - |
| HSV(B) | 246.49º | 0.7% | 0.42% | - |
| XYZ | 3.99 | 2.52 | 13.91 | - |
| YUV | 42.83 | 163.65 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 32 | 106 | 0.62 | 0.70 | 0 | 0.58 | 246.49 | 0.54 | 0.27 |
| Hex | 28 | 20 | 6A | 3E | 46 | 0 | 3A | F6 | 36 | 1B |
| Octal | 50 | 40 | 152 | 76 | 106 | 0 | 72 | 366 | 66 | 33 |
| Binary | 101000 | 100000 | 1101010 | 111110 | 1000110 | 0 | 111010 | 11110110 | 110110 | 11011 |
Color Harmonies of #28206A
Complementary color
Monochromatic Colors of #28206A
Black with #28206A
Text Example
Text Example
White with #28206A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28206A; }
p { color: rgb(40,32,106); }
H1.HeaderClassName
{
color: #28206A;
}
.AnyTagClassName
{
color: #28206A;
}
</style>
background-color css
<style>
a { background-color: #28206A; }
a { background-color: rgb(40,32,106); }
div.DivClassName
{
background-color: #28206A;
}
.BgClassName
{
background-color: #28206A;
}
</style>
border-color css
<style>
span { border-color: #28206A; }
span { border-color: rgb(40,32,106); }
td.TdClassName
{
border-color: #28206A;
}
.TagClassName
{
border-color: #28206A;
}
</style>