Shades of Paris M #30276C
Tints of Paris M #30276C
RGB
CMYK
RGB Variations
Color information
#30276C (or 0x30276C) is known color: Paris M. HEX triplet: 30, 27 and 6C. RGB value is (48,39,108). Sum of RGB (Red+Green+Blue) = 48+39+108=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 39 (15.62% from 255 or 20% from 195); Blue value is 108 (42.58% from 255 or 55.38% from 195); Max value from RGB is 108 - color contains mainly: blue. Hex color #30276C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30276C is #CFD893. Grayscale: #313131. Windows color (decimal): -13621396 or 7087920. OLE color: 7087920.
HSL color Cylindrical-coordinate representation of color #30276C: hue angle of 247.83º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #30276C is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 39 | 108 | - |
| CMYK | 0.56 | 0.64 | 0 | 0.58 |
| HSL | 247.83º | 0.47% | 0.29% | - |
| HSV(B) | 247.83º | 0.64% | 0.42% | - |
| XYZ | 4.65 | 3.16 | 14.55 | - |
| YUV | 49.56 | 160.98 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 39 | 108 | 0.56 | 0.64 | 0 | 0.58 | 247.83 | 0.47 | 0.29 |
| Hex | 30 | 27 | 6C | 38 | 40 | 0 | 3A | F8 | 2F | 1D |
| Octal | 60 | 47 | 154 | 70 | 100 | 0 | 72 | 370 | 57 | 35 |
| Binary | 110000 | 100111 | 1101100 | 111000 | 1000000 | 0 | 111010 | 11111000 | 101111 | 11101 |
Color Harmonies of #30276C
Complementary color
Monochromatic Colors of #30276C
Black with #30276C
Text Example
Text Example
White with #30276C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30276C; }
p { color: rgb(48,39,108); }
H1.HeaderClassName
{
color: #30276C;
}
.AnyTagClassName
{
color: #30276C;
}
</style>
background-color css
<style>
a { background-color: #30276C; }
a { background-color: rgb(48,39,108); }
div.DivClassName
{
background-color: #30276C;
}
.BgClassName
{
background-color: #30276C;
}
</style>
border-color css
<style>
span { border-color: #30276C; }
span { border-color: rgb(48,39,108); }
td.TdClassName
{
border-color: #30276C;
}
.TagClassName
{
border-color: #30276C;
}
</style>