Shades of Paris M #23115F
Tints of Paris M #23115F
RGB
CMYK
RGB Variations
Color information
#23115F (or 0x23115F) is known color: Paris M. HEX triplet: 23, 11 and 5F. RGB value is (35,17,95). Sum of RGB (Red+Green+Blue) = 35+17+95=147 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.81% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 95 (37.5% from 255 or 64.63% from 147); Max value from RGB is 95 - color contains mainly: blue. Hex color #23115F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23115F is #DCEEA0. Grayscale: #1E1E1E. Windows color (decimal): -14479009 or 6230307. OLE color: 6230307.
HSL color Cylindrical-coordinate representation of color #23115F: hue angle of 253.85º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23115F is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 35 | 17 | 95 | - |
| CMYK | 0.63 | 0.82 | 0 | 0.63 |
| HSL | 253.85º | 0.7% | 0.22% | - |
| HSV(B) | 253.85º | 0.82% | 0.37% | - |
| XYZ | 2.96 | 1.58 | 10.98 | - |
| YUV | 31.27 | 163.96 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 17 | 95 | 0.63 | 0.82 | 0 | 0.63 | 253.85 | 0.7 | 0.22 |
| Hex | 23 | 11 | 5F | 3F | 52 | 0 | 3F | FE | 46 | 16 |
| Octal | 43 | 21 | 137 | 77 | 122 | 0 | 77 | 376 | 106 | 26 |
| Binary | 100011 | 10001 | 1011111 | 111111 | 1010010 | 0 | 111111 | 11111110 | 1000110 | 10110 |
Color Harmonies of #23115F
Complementary color
Monochromatic Colors of #23115F
Black with #23115F
Text Example
Text Example
White with #23115F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23115F; }
p { color: rgb(35,17,95); }
H1.HeaderClassName
{
color: #23115F;
}
.AnyTagClassName
{
color: #23115F;
}
</style>
background-color css
<style>
a { background-color: #23115F; }
a { background-color: rgb(35,17,95); }
div.DivClassName
{
background-color: #23115F;
}
.BgClassName
{
background-color: #23115F;
}
</style>
border-color css
<style>
span { border-color: #23115F; }
span { border-color: rgb(35,17,95); }
td.TdClassName
{
border-color: #23115F;
}
.TagClassName
{
border-color: #23115F;
}
</style>