Shades of Paris M #30286C
Tints of Paris M #30286C
RGB
CMYK
RGB Variations
Color information
#30286C (or 0x30286C) is known color: Paris M. HEX triplet: 30, 28 and 6C. RGB value is (48,40,108). Sum of RGB (Red+Green+Blue) = 48+40+108=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 108 (42.58% from 255 or 55.10% from 196); Max value from RGB is 108 - color contains mainly: blue. Hex color #30286C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30286C is #CFD793. Grayscale: #313131. Windows color (decimal): -13621140 or 7088176. OLE color: 7088176.
HSL color Cylindrical-coordinate representation of color #30286C: hue angle of 247.06º 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 #30286C is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 40 | 108 | - |
| CMYK | 0.56 | 0.63 | 0 | 0.58 |
| HSL | 247.06º | 0.46% | 0.29% | - |
| HSV(B) | 247.06º | 0.63% | 0.42% | - |
| XYZ | 4.68 | 3.23 | 14.56 | - |
| YUV | 50.14 | 160.65 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 40 | 108 | 0.56 | 0.63 | 0 | 0.58 | 247.06 | 0.46 | 0.29 |
| Hex | 30 | 28 | 6C | 38 | 3F | 0 | 3A | F7 | 2E | 1D |
| Octal | 60 | 50 | 154 | 70 | 77 | 0 | 72 | 367 | 56 | 35 |
| Binary | 110000 | 101000 | 1101100 | 111000 | 111111 | 0 | 111010 | 11110111 | 101110 | 11101 |
Color Harmonies of #30286C
Complementary color
Monochromatic Colors of #30286C
Black with #30286C
Text Example
Text Example
White with #30286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30286C; }
p { color: rgb(48,40,108); }
H1.HeaderClassName
{
color: #30286C;
}
.AnyTagClassName
{
color: #30286C;
}
</style>
background-color css
<style>
a { background-color: #30286C; }
a { background-color: rgb(48,40,108); }
div.DivClassName
{
background-color: #30286C;
}
.BgClassName
{
background-color: #30286C;
}
</style>
border-color css
<style>
span { border-color: #30286C; }
span { border-color: rgb(48,40,108); }
td.TdClassName
{
border-color: #30286C;
}
.TagClassName
{
border-color: #30286C;
}
</style>