Shades of Paris M #2F205A
Tints of Paris M #2F205A
RGB
CMYK
RGB Variations
Color information
#2F205A (or 0x2F205A) is known color: Paris M. HEX triplet: 2F, 20 and 5A. RGB value is (47,32,90). Sum of RGB (Red+Green+Blue) = 47+32+90=169 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.81% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 90 (35.55% from 255 or 53.25% from 169); Max value from RGB is 90 - color contains mainly: blue. Hex color #2F205A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F205A is #D0DFA5. Grayscale: #2A2A2A. Windows color (decimal): -13688742 or 5906479. OLE color: 5906479.
HSL color Cylindrical-coordinate representation of color #2F205A: hue angle of 255.52º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F205A is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 32 | 90 | - |
| CMYK | 0.48 | 0.64 | 0 | 0.65 |
| HSL | 255.52º | 0.48% | 0.24% | - |
| HSV(B) | 255.52º | 0.64% | 0.35% | - |
| XYZ | 3.53 | 2.38 | 9.95 | - |
| YUV | 43.1 | 154.47 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 32 | 90 | 0.48 | 0.64 | 0 | 0.65 | 255.52 | 0.48 | 0.24 |
| Hex | 2F | 20 | 5A | 30 | 40 | 0 | 41 | 100 | 30 | 18 |
| Octal | 57 | 40 | 132 | 60 | 100 | 0 | 101 | 400 | 60 | 30 |
| Binary | 101111 | 100000 | 1011010 | 110000 | 1000000 | 0 | 1000001 | 100000000 | 110000 | 11000 |
Color Harmonies of #2F205A
Complementary color
Monochromatic Colors of #2F205A
Black with #2F205A
Text Example
Text Example
White with #2F205A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F205A; }
p { color: rgb(47,32,90); }
H1.HeaderClassName
{
color: #2F205A;
}
.AnyTagClassName
{
color: #2F205A;
}
</style>
background-color css
<style>
a { background-color: #2F205A; }
a { background-color: rgb(47,32,90); }
div.DivClassName
{
background-color: #2F205A;
}
.BgClassName
{
background-color: #2F205A;
}
</style>
border-color css
<style>
span { border-color: #2F205A; }
span { border-color: rgb(47,32,90); }
td.TdClassName
{
border-color: #2F205A;
}
.TagClassName
{
border-color: #2F205A;
}
</style>