Shades of Paris M #230F5E
Tints of Paris M #230F5E
RGB
CMYK
RGB Variations
Color information
#230F5E (or 0x230F5E) is known color: Paris M. HEX triplet: 23, 0F and 5E. RGB value is (35,15,94). Sum of RGB (Red+Green+Blue) = 35+15+94=144 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.31% from 144); Green value is 15 (6.25% from 255 or 10.42% from 144); Blue value is 94 (37.11% from 255 or 65.28% from 144); Max value from RGB is 94 - color contains mainly: blue. Hex color #230F5E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230F5E is #DCF0A1. Grayscale: #1D1D1D. Windows color (decimal): -14479522 or 6164259. OLE color: 6164259.
HSL color Cylindrical-coordinate representation of color #230F5E: hue angle of 255.19º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #230F5E is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 35 | 15 | 94 | - |
| CMYK | 0.63 | 0.84 | 0 | 0.63 |
| HSL | 255.19º | 0.72% | 0.21% | - |
| HSV(B) | 255.19º | 0.84% | 0.37% | - |
| XYZ | 2.88 | 1.51 | 10.73 | - |
| YUV | 29.99 | 164.13 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 15 | 94 | 0.63 | 0.84 | 0 | 0.63 | 255.19 | 0.72 | 0.21 |
| Hex | 23 | F | 5E | 3F | 54 | 0 | 3F | FF | 48 | 15 |
| Octal | 43 | 17 | 136 | 77 | 124 | 0 | 77 | 377 | 110 | 25 |
| Binary | 100011 | 1111 | 1011110 | 111111 | 1010100 | 0 | 111111 | 11111111 | 1001000 | 10101 |
Color Harmonies of #230F5E
Complementary color
Monochromatic Colors of #230F5E
Black with #230F5E
Text Example
Text Example
White with #230F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230F5E; }
p { color: rgb(35,15,94); }
H1.HeaderClassName
{
color: #230F5E;
}
.AnyTagClassName
{
color: #230F5E;
}
</style>
background-color css
<style>
a { background-color: #230F5E; }
a { background-color: rgb(35,15,94); }
div.DivClassName
{
background-color: #230F5E;
}
.BgClassName
{
background-color: #230F5E;
}
</style>
border-color css
<style>
span { border-color: #230F5E; }
span { border-color: rgb(35,15,94); }
td.TdClassName
{
border-color: #230F5E;
}
.TagClassName
{
border-color: #230F5E;
}
</style>