Shades of Paris M #231F61
Tints of Paris M #231F61
RGB
CMYK
RGB Variations
Color information
#231F61 (or 0x231F61) is known color: Paris M. HEX triplet: 23, 1F and 61. RGB value is (35,31,97). Sum of RGB (Red+Green+Blue) = 35+31+97=163 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.47% from 163); Green value is 31 (12.5% from 255 or 19.02% from 163); Blue value is 97 (38.28% from 255 or 59.51% from 163); Max value from RGB is 97 - color contains mainly: blue. Hex color #231F61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231F61 is #DCE09E. Grayscale: #272727. Windows color (decimal): -14475423 or 6364963. OLE color: 6364963.
HSL color Cylindrical-coordinate representation of color #231F61: hue angle of 243.64º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #231F61 is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 35 | 31 | 97 | - |
| CMYK | 0.64 | 0.68 | 0 | 0.62 |
| HSL | 243.64º | 0.52% | 0.25% | - |
| HSV(B) | 243.64º | 0.68% | 0.38% | - |
| XYZ | 3.34 | 2.2 | 11.56 | - |
| YUV | 39.72 | 160.33 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 31 | 97 | 0.64 | 0.68 | 0 | 0.62 | 243.64 | 0.52 | 0.25 |
| Hex | 23 | 1F | 61 | 40 | 44 | 0 | 3E | F4 | 34 | 19 |
| Octal | 43 | 37 | 141 | 100 | 104 | 0 | 76 | 364 | 64 | 31 |
| Binary | 100011 | 11111 | 1100001 | 1000000 | 1000100 | 0 | 111110 | 11110100 | 110100 | 11001 |
Color Harmonies of #231F61
Complementary color
Monochromatic Colors of #231F61
Black with #231F61
Text Example
Text Example
White with #231F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231F61; }
p { color: rgb(35,31,97); }
H1.HeaderClassName
{
color: #231F61;
}
.AnyTagClassName
{
color: #231F61;
}
</style>
background-color css
<style>
a { background-color: #231F61; }
a { background-color: rgb(35,31,97); }
div.DivClassName
{
background-color: #231F61;
}
.BgClassName
{
background-color: #231F61;
}
</style>
border-color css
<style>
span { border-color: #231F61; }
span { border-color: rgb(35,31,97); }
td.TdClassName
{
border-color: #231F61;
}
.TagClassName
{
border-color: #231F61;
}
</style>