Shades of Paris M #30216A
Tints of Paris M #30216A
RGB
CMYK
RGB Variations
Color information
#30216A (or 0x30216A) is known color: Paris M. HEX triplet: 30, 21 and 6A. RGB value is (48,33,106). Sum of RGB (Red+Green+Blue) = 48+33+106=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 106 (41.80% from 255 or 56.68% from 187); Max value from RGB is 106 - color contains mainly: blue. Hex color #30216A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30216A is #CFDE95. Grayscale: #2D2D2D. Windows color (decimal): -13622934 or 6955312. OLE color: 6955312.
HSL color Cylindrical-coordinate representation of color #30216A: hue angle of 252.33º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30216A is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 33 | 106 | - |
| CMYK | 0.55 | 0.69 | 0 | 0.58 |
| HSL | 252.33º | 0.53% | 0.27% | - |
| HSV(B) | 252.33º | 0.69% | 0.42% | - |
| XYZ | 4.36 | 2.76 | 13.94 | - |
| YUV | 45.81 | 161.97 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 33 | 106 | 0.55 | 0.69 | 0 | 0.58 | 252.33 | 0.53 | 0.27 |
| Hex | 30 | 21 | 6A | 37 | 45 | 0 | 3A | FC | 35 | 1B |
| Octal | 60 | 41 | 152 | 67 | 105 | 0 | 72 | 374 | 65 | 33 |
| Binary | 110000 | 100001 | 1101010 | 110111 | 1000101 | 0 | 111010 | 11111100 | 110101 | 11011 |
Color Harmonies of #30216A
Complementary color
Monochromatic Colors of #30216A
Black with #30216A
Text Example
Text Example
White with #30216A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30216A; }
p { color: rgb(48,33,106); }
H1.HeaderClassName
{
color: #30216A;
}
.AnyTagClassName
{
color: #30216A;
}
</style>
background-color css
<style>
a { background-color: #30216A; }
a { background-color: rgb(48,33,106); }
div.DivClassName
{
background-color: #30216A;
}
.BgClassName
{
background-color: #30216A;
}
</style>
border-color css
<style>
span { border-color: #30216A; }
span { border-color: rgb(48,33,106); }
td.TdClassName
{
border-color: #30216A;
}
.TagClassName
{
border-color: #30216A;
}
</style>