Shades of Paris M #27205F
Tints of Paris M #27205F
RGB
CMYK
RGB Variations
Color information
#27205F (or 0x27205F) is known color: Paris M. HEX triplet: 27, 20 and 5F. RGB value is (39,32,95). Sum of RGB (Red+Green+Blue) = 39+32+95=166 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.49% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 95 (37.5% from 255 or 57.23% from 166); Max value from RGB is 95 - color contains mainly: blue. Hex color #27205F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27205F is #D8DFA0. Grayscale: #292929. Windows color (decimal): -14213025 or 6234151. OLE color: 6234151.
HSL color Cylindrical-coordinate representation of color #27205F: hue angle of 246.67º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #27205F is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 39 | 32 | 95 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.63 |
| HSL | 246.67º | 0.5% | 0.25% | - |
| HSV(B) | 246.67º | 0.66% | 0.37% | - |
| XYZ | 3.42 | 2.29 | 11.09 | - |
| YUV | 41.28 | 158.32 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 32 | 95 | 0.59 | 0.66 | 0 | 0.63 | 246.67 | 0.5 | 0.25 |
| Hex | 27 | 20 | 5F | 3B | 42 | 0 | 3F | F7 | 32 | 19 |
| Octal | 47 | 40 | 137 | 73 | 102 | 0 | 77 | 367 | 62 | 31 |
| Binary | 100111 | 100000 | 1011111 | 111011 | 1000010 | 0 | 111111 | 11110111 | 110010 | 11001 |
Color Harmonies of #27205F
Complementary color
Monochromatic Colors of #27205F
Black with #27205F
Text Example
Text Example
White with #27205F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27205F; }
p { color: rgb(39,32,95); }
H1.HeaderClassName
{
color: #27205F;
}
.AnyTagClassName
{
color: #27205F;
}
</style>
background-color css
<style>
a { background-color: #27205F; }
a { background-color: rgb(39,32,95); }
div.DivClassName
{
background-color: #27205F;
}
.BgClassName
{
background-color: #27205F;
}
</style>
border-color css
<style>
span { border-color: #27205F; }
span { border-color: rgb(39,32,95); }
td.TdClassName
{
border-color: #27205F;
}
.TagClassName
{
border-color: #27205F;
}
</style>