Shades of Paris M #30255A
Tints of Paris M #30255A
RGB
CMYK
RGB Variations
Color information
#30255A (or 0x30255A) is known color: Paris M. HEX triplet: 30, 25 and 5A. RGB value is (48,37,90). Sum of RGB (Red+Green+Blue) = 48+37+90=175 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.43% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 90 (35.55% from 255 or 51.43% from 175); Max value from RGB is 90 - color contains mainly: blue. Hex color #30255A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30255A is #CFDAA5. Grayscale: #2E2E2E. Windows color (decimal): -13621926 or 5907760. OLE color: 5907760.
HSL color Cylindrical-coordinate representation of color #30255A: hue angle of 252.45º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #30255A is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 37 | 90 | - |
| CMYK | 0.47 | 0.59 | 0 | 0.65 |
| HSL | 252.45º | 0.42% | 0.25% | - |
| HSV(B) | 252.45º | 0.59% | 0.35% | - |
| XYZ | 3.73 | 2.69 | 10 | - |
| YUV | 46.33 | 152.64 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 37 | 90 | 0.47 | 0.59 | 0 | 0.65 | 252.45 | 0.42 | 0.25 |
| Hex | 30 | 25 | 5A | 2F | 3B | 0 | 41 | FC | 2A | 19 |
| Octal | 60 | 45 | 132 | 57 | 73 | 0 | 101 | 374 | 52 | 31 |
| Binary | 110000 | 100101 | 1011010 | 101111 | 111011 | 0 | 1000001 | 11111100 | 101010 | 11001 |
Color Harmonies of #30255A
Complementary color
Monochromatic Colors of #30255A
Black with #30255A
Text Example
Text Example
White with #30255A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30255A; }
p { color: rgb(48,37,90); }
H1.HeaderClassName
{
color: #30255A;
}
.AnyTagClassName
{
color: #30255A;
}
</style>
background-color css
<style>
a { background-color: #30255A; }
a { background-color: rgb(48,37,90); }
div.DivClassName
{
background-color: #30255A;
}
.BgClassName
{
background-color: #30255A;
}
</style>
border-color css
<style>
span { border-color: #30255A; }
span { border-color: rgb(48,37,90); }
td.TdClassName
{
border-color: #30255A;
}
.TagClassName
{
border-color: #30255A;
}
</style>