Shades of Paris M #30245C
Tints of Paris M #30245C
RGB
CMYK
RGB Variations
Color information
#30245C (or 0x30245C) is known color: Paris M. HEX triplet: 30, 24 and 5C. RGB value is (48,36,92). Sum of RGB (Red+Green+Blue) = 48+36+92=176 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.27% from 176); Green value is 36 (14.45% from 255 or 20.45% from 176); Blue value is 92 (36.33% from 255 or 52.27% from 176); Max value from RGB is 92 - color contains mainly: blue. Hex color #30245C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30245C is #CFDBA3. Grayscale: #2D2D2D. Windows color (decimal): -13622180 or 6038576. OLE color: 6038576.
HSL color Cylindrical-coordinate representation of color #30245C: hue angle of 252.86º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #30245C is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 36 | 92 | - |
| CMYK | 0.48 | 0.61 | 0 | 0.64 |
| HSL | 252.86º | 0.44% | 0.25% | - |
| HSV(B) | 252.86º | 0.61% | 0.36% | - |
| XYZ | 3.78 | 2.66 | 10.44 | - |
| YUV | 45.97 | 153.98 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 36 | 92 | 0.48 | 0.61 | 0 | 0.64 | 252.86 | 0.44 | 0.25 |
| Hex | 30 | 24 | 5C | 30 | 3D | 0 | 40 | FD | 2C | 19 |
| Octal | 60 | 44 | 134 | 60 | 75 | 0 | 100 | 375 | 54 | 31 |
| Binary | 110000 | 100100 | 1011100 | 110000 | 111101 | 0 | 1000000 | 11111101 | 101100 | 11001 |
Color Harmonies of #30245C
Complementary color
Monochromatic Colors of #30245C
Black with #30245C
Text Example
Text Example
White with #30245C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30245C; }
p { color: rgb(48,36,92); }
H1.HeaderClassName
{
color: #30245C;
}
.AnyTagClassName
{
color: #30245C;
}
</style>
background-color css
<style>
a { background-color: #30245C; }
a { background-color: rgb(48,36,92); }
div.DivClassName
{
background-color: #30245C;
}
.BgClassName
{
background-color: #30245C;
}
</style>
border-color css
<style>
span { border-color: #30245C; }
span { border-color: rgb(48,36,92); }
td.TdClassName
{
border-color: #30245C;
}
.TagClassName
{
border-color: #30245C;
}
</style>