Shades of Paradiso #417F82
Tints of Paradiso #417F82
RGB
CMYK
RGB Variations
Color information
#417F82 (or 0x417F82) is known color: Paradiso. HEX triplet: 41, 7F and 82. RGB value is (65,127,130). Sum of RGB (Red+Green+Blue) = 65+127+130=322 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.19% from 322); Green value is 127 (50% from 255 or 39.44% from 322); Blue value is 130 (51.17% from 255 or 40.37% from 322); Max value from RGB is 130 - color contains mainly: blue. Hex color #417F82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417F82 is #BE807D. Grayscale: #6C6C6C. Windows color (decimal): -12484734 or 8552257. OLE color: 8552257.
HSL color Cylindrical-coordinate representation of color #417F82: hue angle of 182.77º 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 #417F82 is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 127 | 130 | - |
| CMYK | 0.50 | 0.02 | 0 | 0.49 |
| HSL | 182.77º | 0.33% | 0.38% | - |
| HSV(B) | 182.77º | 0.5% | 0.51% | - |
| XYZ | 13.8 | 17.91 | 23.85 | - |
| YUV | 108.8 | 139.96 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 127 | 130 | 0.50 | 0.02 | 0 | 0.49 | 182.77 | 0.33 | 0.38 |
| Hex | 41 | 7F | 82 | 32 | 2 | 0 | 31 | B7 | 21 | 26 |
| Octal | 101 | 177 | 202 | 62 | 2 | 0 | 61 | 267 | 41 | 46 |
| Binary | 1000001 | 1111111 | 10000010 | 110010 | 10 | 0 | 110001 | 10110111 | 100001 | 100110 |
Color Harmonies of #417F82
Complementary color
Monochromatic Colors of #417F82
Black with #417F82
Text Example
Text Example
White with #417F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417F82; }
p { color: rgb(65,127,130); }
H1.HeaderClassName
{
color: #417F82;
}
.AnyTagClassName
{
color: #417F82;
}
</style>
background-color css
<style>
a { background-color: #417F82; }
a { background-color: rgb(65,127,130); }
div.DivClassName
{
background-color: #417F82;
}
.BgClassName
{
background-color: #417F82;
}
</style>
border-color css
<style>
span { border-color: #417F82; }
span { border-color: rgb(65,127,130); }
td.TdClassName
{
border-color: #417F82;
}
.TagClassName
{
border-color: #417F82;
}
</style>