Shades of Paradiso #41807E
Tints of Paradiso #41807E
RGB
CMYK
RGB Variations
Color information
#41807E (or 0x41807E) is known color: Paradiso. HEX triplet: 41, 80 and 7E. RGB value is (65,128,126). Sum of RGB (Red+Green+Blue) = 65+128+126=319 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.38% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 126 (49.61% from 255 or 39.50% from 319); Max value from RGB is 128 - color contains mainly: green. Hex color #41807E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41807E is #BE7F81. Grayscale: #6C6C6C. Windows color (decimal): -12484482 or 8290369. OLE color: 8290369.
HSL color Cylindrical-coordinate representation of color #41807E: hue angle of 178.1º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #41807E is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 65 | 128 | 126 | - |
| CMYK | 0.49 | 0 | 0.02 | 0.50 |
| HSL | 178.1º | 0.33% | 0.38% | - |
| HSV(B) | 178.1º | 0.49% | 0.5% | - |
| XYZ | 13.67 | 18.07 | 22.51 | - |
| YUV | 108.94 | 137.63 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 128 | 126 | 0.49 | 0 | 0.02 | 0.50 | 178.1 | 0.33 | 0.38 |
| Hex | 41 | 80 | 7E | 31 | 0 | 2 | 32 | B2 | 21 | 26 |
| Octal | 101 | 200 | 176 | 61 | 0 | 2 | 62 | 262 | 41 | 46 |
| Binary | 1000001 | 10000000 | 1111110 | 110001 | 0 | 10 | 110010 | 10110010 | 100001 | 100110 |
Color Harmonies of #41807E
Complementary color
Monochromatic Colors of #41807E
Black with #41807E
Text Example
Text Example
White with #41807E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41807E; }
p { color: rgb(65,128,126); }
H1.HeaderClassName
{
color: #41807E;
}
.AnyTagClassName
{
color: #41807E;
}
</style>
background-color css
<style>
a { background-color: #41807E; }
a { background-color: rgb(65,128,126); }
div.DivClassName
{
background-color: #41807E;
}
.BgClassName
{
background-color: #41807E;
}
</style>
border-color css
<style>
span { border-color: #41807E; }
span { border-color: rgb(65,128,126); }
td.TdClassName
{
border-color: #41807E;
}
.TagClassName
{
border-color: #41807E;
}
</style>