Shades of Paris M #301F63
Tints of Paris M #301F63
RGB
CMYK
RGB Variations
Color information
#301F63 (or 0x301F63) is known color: Paris M. HEX triplet: 30, 1F and 63. RGB value is (48,31,99). Sum of RGB (Red+Green+Blue) = 48+31+99=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 31 (12.5% from 255 or 17.42% from 178); Blue value is 99 (39.06% from 255 or 55.62% from 178); Max value from RGB is 99 - color contains mainly: blue. Hex color #301F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301F63 is #CFE09C. Grayscale: #2B2B2B. Windows color (decimal): -13623453 or 6496048. OLE color: 6496048.
HSL color Cylindrical-coordinate representation of color #301F63: hue angle of 255º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #301F63 is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 48 | 31 | 99 | - |
| CMYK | 0.52 | 0.69 | 0 | 0.61 |
| HSL | 255º | 0.52% | 0.25% | - |
| HSV(B) | 255º | 0.69% | 0.39% | - |
| XYZ | 3.96 | 2.51 | 12.08 | - |
| YUV | 43.84 | 159.13 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 31 | 99 | 0.52 | 0.69 | 0 | 0.61 | 255 | 0.52 | 0.25 |
| Hex | 30 | 1F | 63 | 34 | 45 | 0 | 3D | FF | 34 | 19 |
| Octal | 60 | 37 | 143 | 64 | 105 | 0 | 75 | 377 | 64 | 31 |
| Binary | 110000 | 11111 | 1100011 | 110100 | 1000101 | 0 | 111101 | 11111111 | 110100 | 11001 |
Color Harmonies of #301F63
Complementary color
Monochromatic Colors of #301F63
Black with #301F63
Text Example
Text Example
White with #301F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301F63; }
p { color: rgb(48,31,99); }
H1.HeaderClassName
{
color: #301F63;
}
.AnyTagClassName
{
color: #301F63;
}
</style>
background-color css
<style>
a { background-color: #301F63; }
a { background-color: rgb(48,31,99); }
div.DivClassName
{
background-color: #301F63;
}
.BgClassName
{
background-color: #301F63;
}
</style>
border-color css
<style>
span { border-color: #301F63; }
span { border-color: rgb(48,31,99); }
td.TdClassName
{
border-color: #301F63;
}
.TagClassName
{
border-color: #301F63;
}
</style>