Shades of Paris M #30286E
Tints of Paris M #30286E
RGB
CMYK
RGB Variations
Color information
#30286E (or 0x30286E) is known color: Paris M. HEX triplet: 30, 28 and 6E. RGB value is (48,40,110). Sum of RGB (Red+Green+Blue) = 48+40+110=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 40 (16.02% from 255 or 20.20% from 198); Blue value is 110 (43.36% from 255 or 55.56% from 198); Max value from RGB is 110 - color contains mainly: blue. Hex color #30286E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30286E is #CFD791. Grayscale: #323232. Windows color (decimal): -13621138 or 7219248. OLE color: 7219248.
HSL color Cylindrical-coordinate representation of color #30286E: hue angle of 246.86º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #30286E is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 48 | 40 | 110 | - |
| CMYK | 0.56 | 0.64 | 0 | 0.57 |
| HSL | 246.86º | 0.47% | 0.29% | - |
| HSV(B) | 246.86º | 0.64% | 0.43% | - |
| XYZ | 4.79 | 3.27 | 15.13 | - |
| YUV | 50.37 | 161.65 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 40 | 110 | 0.56 | 0.64 | 0 | 0.57 | 246.86 | 0.47 | 0.29 |
| Hex | 30 | 28 | 6E | 38 | 40 | 0 | 39 | F7 | 2F | 1D |
| Octal | 60 | 50 | 156 | 70 | 100 | 0 | 71 | 367 | 57 | 35 |
| Binary | 110000 | 101000 | 1101110 | 111000 | 1000000 | 0 | 111001 | 11110111 | 101111 | 11101 |
Color Harmonies of #30286E
Complementary color
Monochromatic Colors of #30286E
Black with #30286E
Text Example
Text Example
White with #30286E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30286E; }
p { color: rgb(48,40,110); }
H1.HeaderClassName
{
color: #30286E;
}
.AnyTagClassName
{
color: #30286E;
}
</style>
background-color css
<style>
a { background-color: #30286E; }
a { background-color: rgb(48,40,110); }
div.DivClassName
{
background-color: #30286E;
}
.BgClassName
{
background-color: #30286E;
}
</style>
border-color css
<style>
span { border-color: #30286E; }
span { border-color: rgb(48,40,110); }
td.TdClassName
{
border-color: #30286E;
}
.TagClassName
{
border-color: #30286E;
}
</style>