Shades of Matisse #415F81
Tints of Matisse #415F81
RGB
CMYK
RGB Variations
Color information
#415F81 (or 0x415F81) is known color: Matisse. HEX triplet: 41, 5F and 81. RGB value is (65,95,129). Sum of RGB (Red+Green+Blue) = 65+95+129=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 129 (50.78% from 255 or 44.64% from 289); Max value from RGB is 129 - color contains mainly: blue. Hex color #415F81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415F81 is #BEA07E. Grayscale: #595959. Windows color (decimal): -12492927 or 8478529. OLE color: 8478529.
HSL color Cylindrical-coordinate representation of color #415F81: hue angle of 211.88º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #415F81 is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 95 | 129 | - |
| CMYK | 0.50 | 0.26 | 0 | 0.49 |
| HSL | 211.88º | 0.33% | 0.38% | - |
| HSV(B) | 211.88º | 0.5% | 0.51% | - |
| XYZ | 10.23 | 10.89 | 22.33 | - |
| YUV | 89.91 | 150.06 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 95 | 129 | 0.50 | 0.26 | 0 | 0.49 | 211.88 | 0.33 | 0.38 |
| Hex | 41 | 5F | 81 | 32 | 1A | 0 | 31 | D4 | 21 | 26 |
| Octal | 101 | 137 | 201 | 62 | 32 | 0 | 61 | 324 | 41 | 46 |
| Binary | 1000001 | 1011111 | 10000001 | 110010 | 11010 | 0 | 110001 | 11010100 | 100001 | 100110 |
Color Harmonies of #415F81
Complementary color
Monochromatic Colors of #415F81
Black with #415F81
Text Example
Text Example
White with #415F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415F81; }
p { color: rgb(65,95,129); }
H1.HeaderClassName
{
color: #415F81;
}
.AnyTagClassName
{
color: #415F81;
}
</style>
background-color css
<style>
a { background-color: #415F81; }
a { background-color: rgb(65,95,129); }
div.DivClassName
{
background-color: #415F81;
}
.BgClassName
{
background-color: #415F81;
}
</style>
border-color css
<style>
span { border-color: #415F81; }
span { border-color: rgb(65,95,129); }
td.TdClassName
{
border-color: #415F81;
}
.TagClassName
{
border-color: #415F81;
}
</style>