Shades of Paris M #281B6C
Tints of Paris M #281B6C
RGB
CMYK
RGB Variations
Color information
#281B6C (or 0x281B6C) is known color: Paris M. HEX triplet: 28, 1B and 6C. RGB value is (40,27,108). Sum of RGB (Red+Green+Blue) = 40+27+108=175 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.86% from 175); Green value is 27 (10.94% from 255 or 15.43% from 175); Blue value is 108 (42.58% from 255 or 61.71% from 175); Max value from RGB is 108 - color contains mainly: blue. Hex color #281B6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281B6C is #D7E493. Grayscale: #272727. Windows color (decimal): -14148756 or 7084840. OLE color: 7084840.
HSL color Cylindrical-coordinate representation of color #281B6C: hue angle of 249.63º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #281B6C is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 27 | 108 | - |
| CMYK | 0.63 | 0.75 | 0 | 0.58 |
| HSL | 249.63º | 0.6% | 0.26% | - |
| HSV(B) | 249.63º | 0.75% | 0.42% | - |
| XYZ | 3.97 | 2.32 | 14.43 | - |
| YUV | 40.12 | 166.31 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 27 | 108 | 0.63 | 0.75 | 0 | 0.58 | 249.63 | 0.6 | 0.26 |
| Hex | 28 | 1B | 6C | 3F | 4B | 0 | 3A | FA | 3C | 1A |
| Octal | 50 | 33 | 154 | 77 | 113 | 0 | 72 | 372 | 74 | 32 |
| Binary | 101000 | 11011 | 1101100 | 111111 | 1001011 | 0 | 111010 | 11111010 | 111100 | 11010 |
Color Harmonies of #281B6C
Complementary color
Monochromatic Colors of #281B6C
Black with #281B6C
Text Example
Text Example
White with #281B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281B6C; }
p { color: rgb(40,27,108); }
H1.HeaderClassName
{
color: #281B6C;
}
.AnyTagClassName
{
color: #281B6C;
}
</style>
background-color css
<style>
a { background-color: #281B6C; }
a { background-color: rgb(40,27,108); }
div.DivClassName
{
background-color: #281B6C;
}
.BgClassName
{
background-color: #281B6C;
}
</style>
border-color css
<style>
span { border-color: #281B6C; }
span { border-color: rgb(40,27,108); }
td.TdClassName
{
border-color: #281B6C;
}
.TagClassName
{
border-color: #281B6C;
}
</style>