Shades of Paris M #281A6C
Tints of Paris M #281A6C
RGB
CMYK
RGB Variations
Color information
#281A6C (or 0x281A6C) is known color: Paris M. HEX triplet: 28, 1A and 6C. RGB value is (40,26,108). Sum of RGB (Red+Green+Blue) = 40+26+108=174 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.99% from 174); Green value is 26 (10.55% from 255 or 14.94% from 174); Blue value is 108 (42.58% from 255 or 62.07% from 174); Max value from RGB is 108 - color contains mainly: blue. Hex color #281A6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281A6C is #D7E593. Grayscale: #272727. Windows color (decimal): -14149012 or 7084584. OLE color: 7084584.
HSL color Cylindrical-coordinate representation of color #281A6C: hue angle of 250.24º 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 #281A6C is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 26 | 108 | - |
| CMYK | 0.63 | 0.76 | 0 | 0.58 |
| HSL | 250.24º | 0.61% | 0.26% | - |
| HSV(B) | 250.24º | 0.76% | 0.42% | - |
| XYZ | 3.95 | 2.27 | 14.42 | - |
| YUV | 39.53 | 166.64 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 26 | 108 | 0.63 | 0.76 | 0 | 0.58 | 250.24 | 0.61 | 0.26 |
| Hex | 28 | 1A | 6C | 3F | 4C | 0 | 3A | FA | 3D | 1A |
| Octal | 50 | 32 | 154 | 77 | 114 | 0 | 72 | 372 | 75 | 32 |
| Binary | 101000 | 11010 | 1101100 | 111111 | 1001100 | 0 | 111010 | 11111010 | 111101 | 11010 |
Color Harmonies of #281A6C
Complementary color
Monochromatic Colors of #281A6C
Black with #281A6C
Text Example
Text Example
White with #281A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281A6C; }
p { color: rgb(40,26,108); }
H1.HeaderClassName
{
color: #281A6C;
}
.AnyTagClassName
{
color: #281A6C;
}
</style>
background-color css
<style>
a { background-color: #281A6C; }
a { background-color: rgb(40,26,108); }
div.DivClassName
{
background-color: #281A6C;
}
.BgClassName
{
background-color: #281A6C;
}
</style>
border-color css
<style>
span { border-color: #281A6C; }
span { border-color: rgb(40,26,108); }
td.TdClassName
{
border-color: #281A6C;
}
.TagClassName
{
border-color: #281A6C;
}
</style>