Shades of Paris M #30215C
Tints of Paris M #30215C
RGB
CMYK
RGB Variations
Color information
#30215C (or 0x30215C) is known color: Paris M. HEX triplet: 30, 21 and 5C. RGB value is (48,33,92). Sum of RGB (Red+Green+Blue) = 48+33+92=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 92 (36.33% from 255 or 53.18% from 173); Max value from RGB is 92 - color contains mainly: blue. Hex color #30215C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30215C is #CFDEA3. Grayscale: #2B2B2B. Windows color (decimal): -13622948 or 6037808. OLE color: 6037808.
HSL color Cylindrical-coordinate representation of color #30215C: hue angle of 255.25º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #30215C is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 33 | 92 | - |
| CMYK | 0.48 | 0.64 | 0 | 0.64 |
| HSL | 255.25º | 0.47% | 0.25% | - |
| HSV(B) | 255.25º | 0.64% | 0.36% | - |
| XYZ | 3.69 | 2.49 | 10.41 | - |
| YUV | 44.21 | 154.97 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 33 | 92 | 0.48 | 0.64 | 0 | 0.64 | 255.25 | 0.47 | 0.25 |
| Hex | 30 | 21 | 5C | 30 | 40 | 0 | 40 | FF | 2F | 19 |
| Octal | 60 | 41 | 134 | 60 | 100 | 0 | 100 | 377 | 57 | 31 |
| Binary | 110000 | 100001 | 1011100 | 110000 | 1000000 | 0 | 1000000 | 11111111 | 101111 | 11001 |
Color Harmonies of #30215C
Complementary color
Monochromatic Colors of #30215C
Black with #30215C
Text Example
Text Example
White with #30215C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30215C; }
p { color: rgb(48,33,92); }
H1.HeaderClassName
{
color: #30215C;
}
.AnyTagClassName
{
color: #30215C;
}
</style>
background-color css
<style>
a { background-color: #30215C; }
a { background-color: rgb(48,33,92); }
div.DivClassName
{
background-color: #30215C;
}
.BgClassName
{
background-color: #30215C;
}
</style>
border-color css
<style>
span { border-color: #30215C; }
span { border-color: rgb(48,33,92); }
td.TdClassName
{
border-color: #30215C;
}
.TagClassName
{
border-color: #30215C;
}
</style>