Shades of Paris M #2F255A
Tints of Paris M #2F255A
RGB
CMYK
RGB Variations
Color information
#2F255A (or 0x2F255A) is known color: Paris M. HEX triplet: 2F, 25 and 5A. RGB value is (47,37,90). Sum of RGB (Red+Green+Blue) = 47+37+90=174 (23% of max value = 765). Red value is 47 (18.75% from 255 or 27.01% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 90 (35.55% from 255 or 51.72% from 174); Max value from RGB is 90 - color contains mainly: blue. Hex color #2F255A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F255A is #D0DAA5. Grayscale: #2D2D2D. Windows color (decimal): -13687462 or 5907759. OLE color: 5907759.
HSL color Cylindrical-coordinate representation of color #2F255A: hue angle of 251.32º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F255A is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 37 | 90 | - |
| CMYK | 0.48 | 0.59 | 0 | 0.65 |
| HSL | 251.32º | 0.42% | 0.25% | - |
| HSV(B) | 251.32º | 0.59% | 0.35% | - |
| XYZ | 3.68 | 2.67 | 9.99 | - |
| YUV | 46.03 | 152.81 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 37 | 90 | 0.48 | 0.59 | 0 | 0.65 | 251.32 | 0.42 | 0.25 |
| Hex | 2F | 25 | 5A | 30 | 3B | 0 | 41 | FB | 2A | 19 |
| Octal | 57 | 45 | 132 | 60 | 73 | 0 | 101 | 373 | 52 | 31 |
| Binary | 101111 | 100101 | 1011010 | 110000 | 111011 | 0 | 1000001 | 11111011 | 101010 | 11001 |
Color Harmonies of #2F255A
Complementary color
Monochromatic Colors of #2F255A
Black with #2F255A
Text Example
Text Example
White with #2F255A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F255A; }
p { color: rgb(47,37,90); }
H1.HeaderClassName
{
color: #2F255A;
}
.AnyTagClassName
{
color: #2F255A;
}
</style>
background-color css
<style>
a { background-color: #2F255A; }
a { background-color: rgb(47,37,90); }
div.DivClassName
{
background-color: #2F255A;
}
.BgClassName
{
background-color: #2F255A;
}
</style>
border-color css
<style>
span { border-color: #2F255A; }
span { border-color: rgb(47,37,90); }
td.TdClassName
{
border-color: #2F255A;
}
.TagClassName
{
border-color: #2F255A;
}
</style>