Shades of Paris M #30235E
Tints of Paris M #30235E
RGB
CMYK
RGB Variations
Color information
#30235E (or 0x30235E) is known color: Paris M. HEX triplet: 30, 23 and 5E. RGB value is (48,35,94). Sum of RGB (Red+Green+Blue) = 48+35+94=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 35 (14.06% from 255 or 19.77% from 177); Blue value is 94 (37.11% from 255 or 53.11% from 177); Max value from RGB is 94 - color contains mainly: blue. Hex color #30235E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30235E is #CFDCA1. Grayscale: #2D2D2D. Windows color (decimal): -13622434 or 6169392. OLE color: 6169392.
HSL color Cylindrical-coordinate representation of color #30235E: hue angle of 253.22º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #30235E is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 48 | 35 | 94 | - |
| CMYK | 0.49 | 0.63 | 0 | 0.63 |
| HSL | 253.22º | 0.46% | 0.25% | - |
| HSV(B) | 253.22º | 0.63% | 0.37% | - |
| XYZ | 3.84 | 2.64 | 10.9 | - |
| YUV | 45.61 | 155.31 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 35 | 94 | 0.49 | 0.63 | 0 | 0.63 | 253.22 | 0.46 | 0.25 |
| Hex | 30 | 23 | 5E | 31 | 3F | 0 | 3F | FD | 2E | 19 |
| Octal | 60 | 43 | 136 | 61 | 77 | 0 | 77 | 375 | 56 | 31 |
| Binary | 110000 | 100011 | 1011110 | 110001 | 111111 | 0 | 111111 | 11111101 | 101110 | 11001 |
Color Harmonies of #30235E
Complementary color
Monochromatic Colors of #30235E
Black with #30235E
Text Example
Text Example
White with #30235E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30235E; }
p { color: rgb(48,35,94); }
H1.HeaderClassName
{
color: #30235E;
}
.AnyTagClassName
{
color: #30235E;
}
</style>
background-color css
<style>
a { background-color: #30235E; }
a { background-color: rgb(48,35,94); }
div.DivClassName
{
background-color: #30235E;
}
.BgClassName
{
background-color: #30235E;
}
</style>
border-color css
<style>
span { border-color: #30235E; }
span { border-color: rgb(48,35,94); }
td.TdClassName
{
border-color: #30235E;
}
.TagClassName
{
border-color: #30235E;
}
</style>