Shades of Paris M #30266C
Tints of Paris M #30266C
RGB
CMYK
RGB Variations
Color information
#30266C (or 0x30266C) is known color: Paris M. HEX triplet: 30, 26 and 6C. RGB value is (48,38,108). Sum of RGB (Red+Green+Blue) = 48+38+108=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 38 (15.23% from 255 or 19.59% from 194); Blue value is 108 (42.58% from 255 or 55.67% from 194); Max value from RGB is 108 - color contains mainly: blue. Hex color #30266C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30266C is #CFD993. Grayscale: #303030. Windows color (decimal): -13621652 or 7087664. OLE color: 7087664.
HSL color Cylindrical-coordinate representation of color #30266C: hue angle of 248.57º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30266C is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 38 | 108 | - |
| CMYK | 0.56 | 0.65 | 0 | 0.58 |
| HSL | 248.57º | 0.48% | 0.29% | - |
| HSV(B) | 248.57º | 0.65% | 0.42% | - |
| XYZ | 4.62 | 3.1 | 14.54 | - |
| YUV | 48.97 | 161.31 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 38 | 108 | 0.56 | 0.65 | 0 | 0.58 | 248.57 | 0.48 | 0.29 |
| Hex | 30 | 26 | 6C | 38 | 41 | 0 | 3A | F9 | 30 | 1D |
| Octal | 60 | 46 | 154 | 70 | 101 | 0 | 72 | 371 | 60 | 35 |
| Binary | 110000 | 100110 | 1101100 | 111000 | 1000001 | 0 | 111010 | 11111001 | 110000 | 11101 |
Color Harmonies of #30266C
Complementary color
Monochromatic Colors of #30266C
Black with #30266C
Text Example
Text Example
White with #30266C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30266C; }
p { color: rgb(48,38,108); }
H1.HeaderClassName
{
color: #30266C;
}
.AnyTagClassName
{
color: #30266C;
}
</style>
background-color css
<style>
a { background-color: #30266C; }
a { background-color: rgb(48,38,108); }
div.DivClassName
{
background-color: #30266C;
}
.BgClassName
{
background-color: #30266C;
}
</style>
border-color css
<style>
span { border-color: #30266C; }
span { border-color: rgb(48,38,108); }
td.TdClassName
{
border-color: #30266C;
}
.TagClassName
{
border-color: #30266C;
}
</style>