Shades of Paradiso #417E81
Tints of Paradiso #417E81
RGB
CMYK
RGB Variations
Color information
#417E81 (or 0x417E81) is known color: Paradiso. HEX triplet: 41, 7E and 81. RGB value is (65,126,129). Sum of RGB (Red+Green+Blue) = 65+126+129=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 126 (49.61% from 255 or 39.38% from 320); Blue value is 129 (50.78% from 255 or 40.31% from 320); Max value from RGB is 129 - color contains mainly: blue. Hex color #417E81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417E81 is #BE817E. Grayscale: #6C6C6C. Windows color (decimal): -12484991 or 8486465. OLE color: 8486465.
HSL color Cylindrical-coordinate representation of color #417E81: hue angle of 182.81º 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 #417E81 is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 126 | 129 | - |
| CMYK | 0.50 | 0.02 | 0 | 0.49 |
| HSL | 182.81º | 0.33% | 0.38% | - |
| HSV(B) | 182.81º | 0.5% | 0.51% | - |
| XYZ | 13.6 | 17.63 | 23.45 | - |
| YUV | 108.1 | 139.79 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 126 | 129 | 0.50 | 0.02 | 0 | 0.49 | 182.81 | 0.33 | 0.38 |
| Hex | 41 | 7E | 81 | 32 | 2 | 0 | 31 | B7 | 21 | 26 |
| Octal | 101 | 176 | 201 | 62 | 2 | 0 | 61 | 267 | 41 | 46 |
| Binary | 1000001 | 1111110 | 10000001 | 110010 | 10 | 0 | 110001 | 10110111 | 100001 | 100110 |
Color Harmonies of #417E81
Complementary color
Monochromatic Colors of #417E81
Black with #417E81
Text Example
Text Example
White with #417E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417E81; }
p { color: rgb(65,126,129); }
H1.HeaderClassName
{
color: #417E81;
}
.AnyTagClassName
{
color: #417E81;
}
</style>
background-color css
<style>
a { background-color: #417E81; }
a { background-color: rgb(65,126,129); }
div.DivClassName
{
background-color: #417E81;
}
.BgClassName
{
background-color: #417E81;
}
</style>
border-color css
<style>
span { border-color: #417E81; }
span { border-color: rgb(65,126,129); }
td.TdClassName
{
border-color: #417E81;
}
.TagClassName
{
border-color: #417E81;
}
</style>