Shades of Paris M #30286F
Tints of Paris M #30286F
RGB
CMYK
RGB Variations
Color information
#30286F (or 0x30286F) is known color: Paris M. HEX triplet: 30, 28 and 6F. RGB value is (48,40,111). Sum of RGB (Red+Green+Blue) = 48+40+111=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 40 (16.02% from 255 or 20.10% from 199); Blue value is 111 (43.75% from 255 or 55.78% from 199); Max value from RGB is 111 - color contains mainly: blue. Hex color #30286F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30286F is #CFD790. Grayscale: #323232. Windows color (decimal): -13621137 or 7284784. OLE color: 7284784.
HSL color Cylindrical-coordinate representation of color #30286F: hue angle of 246.76º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #30286F is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 40 | 111 | - |
| CMYK | 0.57 | 0.64 | 0 | 0.56 |
| HSL | 246.76º | 0.47% | 0.3% | - |
| HSV(B) | 246.76º | 0.64% | 0.44% | - |
| XYZ | 4.85 | 3.29 | 15.42 | - |
| YUV | 50.49 | 162.15 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 40 | 111 | 0.57 | 0.64 | 0 | 0.56 | 246.76 | 0.47 | 0.3 |
| Hex | 30 | 28 | 6F | 39 | 40 | 0 | 38 | F7 | 2F | 1E |
| Octal | 60 | 50 | 157 | 71 | 100 | 0 | 70 | 367 | 57 | 36 |
| Binary | 110000 | 101000 | 1101111 | 111001 | 1000000 | 0 | 111000 | 11110111 | 101111 | 11110 |
Color Harmonies of #30286F
Complementary color
Monochromatic Colors of #30286F
Black with #30286F
Text Example
Text Example
White with #30286F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30286F; }
p { color: rgb(48,40,111); }
H1.HeaderClassName
{
color: #30286F;
}
.AnyTagClassName
{
color: #30286F;
}
</style>
background-color css
<style>
a { background-color: #30286F; }
a { background-color: rgb(48,40,111); }
div.DivClassName
{
background-color: #30286F;
}
.BgClassName
{
background-color: #30286F;
}
</style>
border-color css
<style>
span { border-color: #30286F; }
span { border-color: rgb(48,40,111); }
td.TdClassName
{
border-color: #30286F;
}
.TagClassName
{
border-color: #30286F;
}
</style>