Shades of Paris M #30286B
Tints of Paris M #30286B
RGB
CMYK
RGB Variations
Color information
#30286B (or 0x30286B) is known color: Paris M. HEX triplet: 30, 28 and 6B. RGB value is (48,40,107). Sum of RGB (Red+Green+Blue) = 48+40+107=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 40 (16.02% from 255 or 20.51% from 195); Blue value is 107 (42.19% from 255 or 54.87% from 195); Max value from RGB is 107 - color contains mainly: blue. Hex color #30286B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30286B is #CFD794. Grayscale: #313131. Windows color (decimal): -13621141 or 7022640. OLE color: 7022640.
HSL color Cylindrical-coordinate representation of color #30286B: hue angle of 247.16º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #30286B is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 40 | 107 | - |
| CMYK | 0.55 | 0.63 | 0 | 0.58 |
| HSL | 247.16º | 0.46% | 0.29% | - |
| HSV(B) | 247.16º | 0.63% | 0.42% | - |
| XYZ | 4.63 | 3.21 | 14.28 | - |
| YUV | 50.03 | 160.15 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 40 | 107 | 0.55 | 0.63 | 0 | 0.58 | 247.16 | 0.46 | 0.29 |
| Hex | 30 | 28 | 6B | 37 | 3F | 0 | 3A | F7 | 2E | 1D |
| Octal | 60 | 50 | 153 | 67 | 77 | 0 | 72 | 367 | 56 | 35 |
| Binary | 110000 | 101000 | 1101011 | 110111 | 111111 | 0 | 111010 | 11110111 | 101110 | 11101 |
Color Harmonies of #30286B
Complementary color
Monochromatic Colors of #30286B
Black with #30286B
Text Example
Text Example
White with #30286B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30286B; }
p { color: rgb(48,40,107); }
H1.HeaderClassName
{
color: #30286B;
}
.AnyTagClassName
{
color: #30286B;
}
</style>
background-color css
<style>
a { background-color: #30286B; }
a { background-color: rgb(48,40,107); }
div.DivClassName
{
background-color: #30286B;
}
.BgClassName
{
background-color: #30286B;
}
</style>
border-color css
<style>
span { border-color: #30286B; }
span { border-color: rgb(48,40,107); }
td.TdClassName
{
border-color: #30286B;
}
.TagClassName
{
border-color: #30286B;
}
</style>