Shades of Paris M #271A67
Tints of Paris M #271A67
RGB
CMYK
RGB Variations
Color information
#271A67 (or 0x271A67) is known color: Paris M. HEX triplet: 27, 1A and 67. RGB value is (39,26,103). Sum of RGB (Red+Green+Blue) = 39+26+103=168 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.21% from 168); Green value is 26 (10.55% from 255 or 15.48% from 168); Blue value is 103 (40.62% from 255 or 61.31% from 168); Max value from RGB is 103 - color contains mainly: blue. Hex color #271A67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271A67 is #D8E598. Grayscale: #262626. Windows color (decimal): -14214553 or 6756903. OLE color: 6756903.
HSL color Cylindrical-coordinate representation of color #271A67: hue angle of 250.13º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #271A67 is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 39 | 26 | 103 | - |
| CMYK | 0.62 | 0.75 | 0 | 0.60 |
| HSL | 250.13º | 0.6% | 0.25% | - |
| HSV(B) | 250.13º | 0.75% | 0.4% | - |
| XYZ | 3.65 | 2.15 | 13.05 | - |
| YUV | 38.67 | 164.31 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 26 | 103 | 0.62 | 0.75 | 0 | 0.60 | 250.13 | 0.6 | 0.25 |
| Hex | 27 | 1A | 67 | 3E | 4B | 0 | 3C | FA | 3C | 19 |
| Octal | 47 | 32 | 147 | 76 | 113 | 0 | 74 | 372 | 74 | 31 |
| Binary | 100111 | 11010 | 1100111 | 111110 | 1001011 | 0 | 111100 | 11111010 | 111100 | 11001 |
Color Harmonies of #271A67
Complementary color
Monochromatic Colors of #271A67
Black with #271A67
Text Example
Text Example
White with #271A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271A67; }
p { color: rgb(39,26,103); }
H1.HeaderClassName
{
color: #271A67;
}
.AnyTagClassName
{
color: #271A67;
}
</style>
background-color css
<style>
a { background-color: #271A67; }
a { background-color: rgb(39,26,103); }
div.DivClassName
{
background-color: #271A67;
}
.BgClassName
{
background-color: #271A67;
}
</style>
border-color css
<style>
span { border-color: #271A67; }
span { border-color: rgb(39,26,103); }
td.TdClassName
{
border-color: #271A67;
}
.TagClassName
{
border-color: #271A67;
}
</style>