Shades of Paris M #28226B
Tints of Paris M #28226B
RGB
CMYK
RGB Variations
Color information
#28226B (or 0x28226B) is known color: Paris M. HEX triplet: 28, 22 and 6B. RGB value is (40,34,107). Sum of RGB (Red+Green+Blue) = 40+34+107=181 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.10% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 107 (42.19% from 255 or 59.12% from 181); Max value from RGB is 107 - color contains mainly: blue. Hex color #28226B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28226B is #D7DD94. Grayscale: #2B2B2B. Windows color (decimal): -14146965 or 7021096. OLE color: 7021096.
HSL color Cylindrical-coordinate representation of color #28226B: hue angle of 244.93º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #28226B is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 34 | 107 | - |
| CMYK | 0.63 | 0.68 | 0 | 0.58 |
| HSL | 244.93º | 0.52% | 0.28% | - |
| HSV(B) | 244.93º | 0.68% | 0.42% | - |
| XYZ | 4.1 | 2.66 | 14.21 | - |
| YUV | 44.12 | 163.49 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 34 | 107 | 0.63 | 0.68 | 0 | 0.58 | 244.93 | 0.52 | 0.28 |
| Hex | 28 | 22 | 6B | 3F | 44 | 0 | 3A | F5 | 34 | 1C |
| Octal | 50 | 42 | 153 | 77 | 104 | 0 | 72 | 365 | 64 | 34 |
| Binary | 101000 | 100010 | 1101011 | 111111 | 1000100 | 0 | 111010 | 11110101 | 110100 | 11100 |
Color Harmonies of #28226B
Complementary color
Monochromatic Colors of #28226B
Black with #28226B
Text Example
Text Example
White with #28226B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28226B; }
p { color: rgb(40,34,107); }
H1.HeaderClassName
{
color: #28226B;
}
.AnyTagClassName
{
color: #28226B;
}
</style>
background-color css
<style>
a { background-color: #28226B; }
a { background-color: rgb(40,34,107); }
div.DivClassName
{
background-color: #28226B;
}
.BgClassName
{
background-color: #28226B;
}
</style>
border-color css
<style>
span { border-color: #28226B; }
span { border-color: rgb(40,34,107); }
td.TdClassName
{
border-color: #28226B;
}
.TagClassName
{
border-color: #28226B;
}
</style>