Shades of Paris M #30285C
Tints of Paris M #30285C
RGB
CMYK
RGB Variations
Color information
#30285C (or 0x30285C) is known color: Paris M. HEX triplet: 30, 28 and 5C. RGB value is (48,40,92). Sum of RGB (Red+Green+Blue) = 48+40+92=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 92 (36.33% from 255 or 51.11% from 180); Max value from RGB is 92 - color contains mainly: blue. Hex color #30285C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30285C is #CFD7A3. Grayscale: #303030. Windows color (decimal): -13621156 or 6039600. OLE color: 6039600.
HSL color Cylindrical-coordinate representation of color #30285C: hue angle of 249.23º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #30285C is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 40 | 92 | - |
| CMYK | 0.48 | 0.57 | 0 | 0.64 |
| HSL | 249.23º | 0.39% | 0.26% | - |
| HSV(B) | 249.23º | 0.57% | 0.36% | - |
| XYZ | 3.91 | 2.92 | 10.48 | - |
| YUV | 48.32 | 152.65 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 40 | 92 | 0.48 | 0.57 | 0 | 0.64 | 249.23 | 0.39 | 0.26 |
| Hex | 30 | 28 | 5C | 30 | 39 | 0 | 40 | F9 | 27 | 1A |
| Octal | 60 | 50 | 134 | 60 | 71 | 0 | 100 | 371 | 47 | 32 |
| Binary | 110000 | 101000 | 1011100 | 110000 | 111001 | 0 | 1000000 | 11111001 | 100111 | 11010 |
Color Harmonies of #30285C
Complementary color
Monochromatic Colors of #30285C
Black with #30285C
Text Example
Text Example
White with #30285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30285C; }
p { color: rgb(48,40,92); }
H1.HeaderClassName
{
color: #30285C;
}
.AnyTagClassName
{
color: #30285C;
}
</style>
background-color css
<style>
a { background-color: #30285C; }
a { background-color: rgb(48,40,92); }
div.DivClassName
{
background-color: #30285C;
}
.BgClassName
{
background-color: #30285C;
}
</style>
border-color css
<style>
span { border-color: #30285C; }
span { border-color: rgb(48,40,92); }
td.TdClassName
{
border-color: #30285C;
}
.TagClassName
{
border-color: #30285C;
}
</style>