Shades of Paris M #231061
Tints of Paris M #231061
RGB
CMYK
RGB Variations
Color information
#231061 (or 0x231061) is known color: Paris M. HEX triplet: 23, 10 and 61. RGB value is (35,16,97). Sum of RGB (Red+Green+Blue) = 35+16+97=148 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.65% from 148); Green value is 16 (6.64% from 255 or 10.81% from 148); Blue value is 97 (38.28% from 255 or 65.54% from 148); Max value from RGB is 97 - color contains mainly: blue. Hex color #231061 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231061 is #DCEF9E. Grayscale: #1E1E1E. Windows color (decimal): -14479263 or 6361123. OLE color: 6361123.
HSL color Cylindrical-coordinate representation of color #231061: hue angle of 254.07º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #231061 is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 35 | 16 | 97 | - |
| CMYK | 0.64 | 0.84 | 0 | 0.62 |
| HSL | 254.07º | 0.72% | 0.22% | - |
| HSV(B) | 254.07º | 0.84% | 0.38% | - |
| XYZ | 3.04 | 1.59 | 11.46 | - |
| YUV | 30.92 | 165.29 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 16 | 97 | 0.64 | 0.84 | 0 | 0.62 | 254.07 | 0.72 | 0.22 |
| Hex | 23 | 10 | 61 | 40 | 54 | 0 | 3E | FE | 48 | 16 |
| Octal | 43 | 20 | 141 | 100 | 124 | 0 | 76 | 376 | 110 | 26 |
| Binary | 100011 | 10000 | 1100001 | 1000000 | 1010100 | 0 | 111110 | 11111110 | 1001000 | 10110 |
Color Harmonies of #231061
Complementary color
Monochromatic Colors of #231061
Black with #231061
Text Example
Text Example
White with #231061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231061; }
p { color: rgb(35,16,97); }
H1.HeaderClassName
{
color: #231061;
}
.AnyTagClassName
{
color: #231061;
}
</style>
background-color css
<style>
a { background-color: #231061; }
a { background-color: rgb(35,16,97); }
div.DivClassName
{
background-color: #231061;
}
.BgClassName
{
background-color: #231061;
}
</style>
border-color css
<style>
span { border-color: #231061; }
span { border-color: rgb(35,16,97); }
td.TdClassName
{
border-color: #231061;
}
.TagClassName
{
border-color: #231061;
}
</style>