Shades of Paris M #30215E
Tints of Paris M #30215E
RGB
CMYK
RGB Variations
Color information
#30215E (or 0x30215E) is known color: Paris M. HEX triplet: 30, 21 and 5E. RGB value is (48,33,94). Sum of RGB (Red+Green+Blue) = 48+33+94=175 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.43% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 94 (37.11% from 255 or 53.71% from 175); Max value from RGB is 94 - color contains mainly: blue. Hex color #30215E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30215E is #CFDEA1. Grayscale: #2C2C2C. Windows color (decimal): -13622946 or 6168880. OLE color: 6168880.
HSL color Cylindrical-coordinate representation of color #30215E: hue angle of 254.75º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30215E is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 48 | 33 | 94 | - |
| CMYK | 0.49 | 0.65 | 0 | 0.63 |
| HSL | 254.75º | 0.48% | 0.25% | - |
| HSV(B) | 254.75º | 0.65% | 0.37% | - |
| XYZ | 3.78 | 2.52 | 10.88 | - |
| YUV | 44.44 | 155.97 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 33 | 94 | 0.49 | 0.65 | 0 | 0.63 | 254.75 | 0.48 | 0.25 |
| Hex | 30 | 21 | 5E | 31 | 41 | 0 | 3F | FF | 30 | 19 |
| Octal | 60 | 41 | 136 | 61 | 101 | 0 | 77 | 377 | 60 | 31 |
| Binary | 110000 | 100001 | 1011110 | 110001 | 1000001 | 0 | 111111 | 11111111 | 110000 | 11001 |
Color Harmonies of #30215E
Complementary color
Monochromatic Colors of #30215E
Black with #30215E
Text Example
Text Example
White with #30215E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30215E; }
p { color: rgb(48,33,94); }
H1.HeaderClassName
{
color: #30215E;
}
.AnyTagClassName
{
color: #30215E;
}
</style>
background-color css
<style>
a { background-color: #30215E; }
a { background-color: rgb(48,33,94); }
div.DivClassName
{
background-color: #30215E;
}
.BgClassName
{
background-color: #30215E;
}
</style>
border-color css
<style>
span { border-color: #30215E; }
span { border-color: rgb(48,33,94); }
td.TdClassName
{
border-color: #30215E;
}
.TagClassName
{
border-color: #30215E;
}
</style>