Shades of Paris M #30226B
Tints of Paris M #30226B
RGB
CMYK
RGB Variations
Color information
#30226B (or 0x30226B) is known color: Paris M. HEX triplet: 30, 22 and 6B. RGB value is (48,34,107). Sum of RGB (Red+Green+Blue) = 48+34+107=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 107 (42.19% from 255 or 56.61% from 189); Max value from RGB is 107 - color contains mainly: blue. Hex color #30226B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30226B is #CFDD94. Grayscale: #2E2E2E. Windows color (decimal): -13622677 or 7021104. OLE color: 7021104.
HSL color Cylindrical-coordinate representation of color #30226B: hue angle of 251.51º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30226B is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 34 | 107 | - |
| CMYK | 0.55 | 0.68 | 0 | 0.58 |
| HSL | 251.51º | 0.52% | 0.28% | - |
| HSV(B) | 251.51º | 0.68% | 0.42% | - |
| XYZ | 4.44 | 2.83 | 14.22 | - |
| YUV | 46.51 | 162.14 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 34 | 107 | 0.55 | 0.68 | 0 | 0.58 | 251.51 | 0.52 | 0.28 |
| Hex | 30 | 22 | 6B | 37 | 44 | 0 | 3A | FC | 34 | 1C |
| Octal | 60 | 42 | 153 | 67 | 104 | 0 | 72 | 374 | 64 | 34 |
| Binary | 110000 | 100010 | 1101011 | 110111 | 1000100 | 0 | 111010 | 11111100 | 110100 | 11100 |
Color Harmonies of #30226B
Complementary color
Monochromatic Colors of #30226B
Black with #30226B
Text Example
Text Example
White with #30226B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30226B; }
p { color: rgb(48,34,107); }
H1.HeaderClassName
{
color: #30226B;
}
.AnyTagClassName
{
color: #30226B;
}
</style>
background-color css
<style>
a { background-color: #30226B; }
a { background-color: rgb(48,34,107); }
div.DivClassName
{
background-color: #30226B;
}
.BgClassName
{
background-color: #30226B;
}
</style>
border-color css
<style>
span { border-color: #30226B; }
span { border-color: rgb(48,34,107); }
td.TdClassName
{
border-color: #30226B;
}
.TagClassName
{
border-color: #30226B;
}
</style>