Shades of Paris M #23135E
Tints of Paris M #23135E
RGB
CMYK
RGB Variations
Color information
#23135E (or 0x23135E) is known color: Paris M. HEX triplet: 23, 13 and 5E. RGB value is (35,19,94). Sum of RGB (Red+Green+Blue) = 35+19+94=148 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.65% from 148); Green value is 19 (7.81% from 255 or 12.84% from 148); Blue value is 94 (37.11% from 255 or 63.51% from 148); Max value from RGB is 94 - color contains mainly: blue. Hex color #23135E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23135E is #DCECA1. Grayscale: #202020. Windows color (decimal): -14478498 or 6165283. OLE color: 6165283.
HSL color Cylindrical-coordinate representation of color #23135E: hue angle of 252.8º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23135E is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 35 | 19 | 94 | - |
| CMYK | 0.63 | 0.80 | 0 | 0.63 |
| HSL | 252.8º | 0.66% | 0.22% | - |
| HSV(B) | 252.8º | 0.8% | 0.37% | - |
| XYZ | 2.95 | 1.63 | 10.75 | - |
| YUV | 32.33 | 162.8 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 19 | 94 | 0.63 | 0.80 | 0 | 0.63 | 252.8 | 0.66 | 0.22 |
| Hex | 23 | 13 | 5E | 3F | 50 | 0 | 3F | FD | 42 | 16 |
| Octal | 43 | 23 | 136 | 77 | 120 | 0 | 77 | 375 | 102 | 26 |
| Binary | 100011 | 10011 | 1011110 | 111111 | 1010000 | 0 | 111111 | 11111101 | 1000010 | 10110 |
Color Harmonies of #23135E
Complementary color
Monochromatic Colors of #23135E
Black with #23135E
Text Example
Text Example
White with #23135E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23135E; }
p { color: rgb(35,19,94); }
H1.HeaderClassName
{
color: #23135E;
}
.AnyTagClassName
{
color: #23135E;
}
</style>
background-color css
<style>
a { background-color: #23135E; }
a { background-color: rgb(35,19,94); }
div.DivClassName
{
background-color: #23135E;
}
.BgClassName
{
background-color: #23135E;
}
</style>
border-color css
<style>
span { border-color: #23135E; }
span { border-color: rgb(35,19,94); }
td.TdClassName
{
border-color: #23135E;
}
.TagClassName
{
border-color: #23135E;
}
</style>