Shades of Paris M #30226E
Tints of Paris M #30226E
RGB
CMYK
RGB Variations
Color information
#30226E (or 0x30226E) is known color: Paris M. HEX triplet: 30, 22 and 6E. RGB value is (48,34,110). Sum of RGB (Red+Green+Blue) = 48+34+110=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 34 (13.67% from 255 or 17.71% from 192); Blue value is 110 (43.36% from 255 or 57.29% from 192); Max value from RGB is 110 - color contains mainly: blue. Hex color #30226E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30226E is #CFDD91. Grayscale: #2E2E2E. Windows color (decimal): -13622674 or 7217712. OLE color: 7217712.
HSL color Cylindrical-coordinate representation of color #30226E: hue angle of 251.05º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30226E is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 48 | 34 | 110 | - |
| CMYK | 0.56 | 0.69 | 0 | 0.57 |
| HSL | 251.05º | 0.53% | 0.28% | - |
| HSV(B) | 251.05º | 0.69% | 0.43% | - |
| XYZ | 4.61 | 2.9 | 15.07 | - |
| YUV | 46.85 | 163.64 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 34 | 110 | 0.56 | 0.69 | 0 | 0.57 | 251.05 | 0.53 | 0.28 |
| Hex | 30 | 22 | 6E | 38 | 45 | 0 | 39 | FB | 35 | 1C |
| Octal | 60 | 42 | 156 | 70 | 105 | 0 | 71 | 373 | 65 | 34 |
| Binary | 110000 | 100010 | 1101110 | 111000 | 1000101 | 0 | 111001 | 11111011 | 110101 | 11100 |
Color Harmonies of #30226E
Complementary color
Monochromatic Colors of #30226E
Black with #30226E
Text Example
Text Example
White with #30226E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30226E; }
p { color: rgb(48,34,110); }
H1.HeaderClassName
{
color: #30226E;
}
.AnyTagClassName
{
color: #30226E;
}
</style>
background-color css
<style>
a { background-color: #30226E; }
a { background-color: rgb(48,34,110); }
div.DivClassName
{
background-color: #30226E;
}
.BgClassName
{
background-color: #30226E;
}
</style>
border-color css
<style>
span { border-color: #30226E; }
span { border-color: rgb(48,34,110); }
td.TdClassName
{
border-color: #30226E;
}
.TagClassName
{
border-color: #30226E;
}
</style>