Shades of Paris M #30246C
Tints of Paris M #30246C
RGB
CMYK
RGB Variations
Color information
#30246C (or 0x30246C) is known color: Paris M. HEX triplet: 30, 24 and 6C. RGB value is (48,36,108). Sum of RGB (Red+Green+Blue) = 48+36+108=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 36 (14.45% from 255 or 18.75% from 192); Blue value is 108 (42.58% from 255 or 56.25% from 192); Max value from RGB is 108 - color contains mainly: blue. Hex color #30246C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30246C is #CFDB93. Grayscale: #2F2F2F. Windows color (decimal): -13622164 or 7087152. OLE color: 7087152.
HSL color Cylindrical-coordinate representation of color #30246C: hue angle of 250º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #30246C is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 36 | 108 | - |
| CMYK | 0.56 | 0.67 | 0 | 0.58 |
| HSL | 250º | 0.5% | 0.28% | - |
| HSV(B) | 250º | 0.67% | 0.42% | - |
| XYZ | 4.56 | 2.97 | 14.52 | - |
| YUV | 47.8 | 161.98 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 36 | 108 | 0.56 | 0.67 | 0 | 0.58 | 250 | 0.5 | 0.28 |
| Hex | 30 | 24 | 6C | 38 | 43 | 0 | 3A | FA | 32 | 1C |
| Octal | 60 | 44 | 154 | 70 | 103 | 0 | 72 | 372 | 62 | 34 |
| Binary | 110000 | 100100 | 1101100 | 111000 | 1000011 | 0 | 111010 | 11111010 | 110010 | 11100 |
Color Harmonies of #30246C
Complementary color
Monochromatic Colors of #30246C
Black with #30246C
Text Example
Text Example
White with #30246C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30246C; }
p { color: rgb(48,36,108); }
H1.HeaderClassName
{
color: #30246C;
}
.AnyTagClassName
{
color: #30246C;
}
</style>
background-color css
<style>
a { background-color: #30246C; }
a { background-color: rgb(48,36,108); }
div.DivClassName
{
background-color: #30246C;
}
.BgClassName
{
background-color: #30246C;
}
</style>
border-color css
<style>
span { border-color: #30246C; }
span { border-color: rgb(48,36,108); }
td.TdClassName
{
border-color: #30246C;
}
.TagClassName
{
border-color: #30246C;
}
</style>