Shades of Paris M #281A6B
Tints of Paris M #281A6B
RGB
CMYK
RGB Variations
Color information
#281A6B (or 0x281A6B) is known color: Paris M. HEX triplet: 28, 1A and 6B. RGB value is (40,26,107). Sum of RGB (Red+Green+Blue) = 40+26+107=173 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.12% from 173); Green value is 26 (10.55% from 255 or 15.03% from 173); Blue value is 107 (42.19% from 255 or 61.85% from 173); Max value from RGB is 107 - color contains mainly: blue. Hex color #281A6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281A6B is #D7E594. Grayscale: #272727. Windows color (decimal): -14149013 or 7019048. OLE color: 7019048.
HSL color Cylindrical-coordinate representation of color #281A6B: hue angle of 250.37º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #281A6B is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 26 | 107 | - |
| CMYK | 0.63 | 0.76 | 0 | 0.58 |
| HSL | 250.37º | 0.61% | 0.26% | - |
| HSV(B) | 250.37º | 0.76% | 0.42% | - |
| XYZ | 3.9 | 2.25 | 14.14 | - |
| YUV | 39.42 | 166.14 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 26 | 107 | 0.63 | 0.76 | 0 | 0.58 | 250.37 | 0.61 | 0.26 |
| Hex | 28 | 1A | 6B | 3F | 4C | 0 | 3A | FA | 3D | 1A |
| Octal | 50 | 32 | 153 | 77 | 114 | 0 | 72 | 372 | 75 | 32 |
| Binary | 101000 | 11010 | 1101011 | 111111 | 1001100 | 0 | 111010 | 11111010 | 111101 | 11010 |
Color Harmonies of #281A6B
Complementary color
Monochromatic Colors of #281A6B
Black with #281A6B
Text Example
Text Example
White with #281A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281A6B; }
p { color: rgb(40,26,107); }
H1.HeaderClassName
{
color: #281A6B;
}
.AnyTagClassName
{
color: #281A6B;
}
</style>
background-color css
<style>
a { background-color: #281A6B; }
a { background-color: rgb(40,26,107); }
div.DivClassName
{
background-color: #281A6B;
}
.BgClassName
{
background-color: #281A6B;
}
</style>
border-color css
<style>
span { border-color: #281A6B; }
span { border-color: rgb(40,26,107); }
td.TdClassName
{
border-color: #281A6B;
}
.TagClassName
{
border-color: #281A6B;
}
</style>