Shades of Paradiso #418281
Tints of Paradiso #418281
RGB
CMYK
RGB Variations
Color information
#418281 (or 0x418281) is known color: Paradiso. HEX triplet: 41, 82 and 81. RGB value is (65,130,129). Sum of RGB (Red+Green+Blue) = 65+130+129=324 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.06% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 129 (50.78% from 255 or 39.81% from 324); Max value from RGB is 130 - color contains mainly: green. Hex color #418281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418281 is #BE7D7E. Grayscale: #6E6E6E. Windows color (decimal): -12483967 or 8487489. OLE color: 8487489.
HSL color Cylindrical-coordinate representation of color #418281: hue angle of 179.08º 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 #418281 is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 130 | 129 | - |
| CMYK | 0.50 | 0 | 0.01 | 0.49 |
| HSL | 179.08º | 0.33% | 0.38% | - |
| HSV(B) | 179.08º | 0.5% | 0.51% | - |
| XYZ | 14.13 | 18.67 | 23.63 | - |
| YUV | 110.45 | 138.47 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 130 | 129 | 0.50 | 0 | 0.01 | 0.49 | 179.08 | 0.33 | 0.38 |
| Hex | 41 | 82 | 81 | 32 | 0 | 1 | 31 | B3 | 21 | 26 |
| Octal | 101 | 202 | 201 | 62 | 0 | 1 | 61 | 263 | 41 | 46 |
| Binary | 1000001 | 10000010 | 10000001 | 110010 | 0 | 1 | 110001 | 10110011 | 100001 | 100110 |
Color Harmonies of #418281
Complementary color
Monochromatic Colors of #418281
Black with #418281
Text Example
Text Example
White with #418281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418281; }
p { color: rgb(65,130,129); }
H1.HeaderClassName
{
color: #418281;
}
.AnyTagClassName
{
color: #418281;
}
</style>
background-color css
<style>
a { background-color: #418281; }
a { background-color: rgb(65,130,129); }
div.DivClassName
{
background-color: #418281;
}
.BgClassName
{
background-color: #418281;
}
</style>
border-color css
<style>
span { border-color: #418281; }
span { border-color: rgb(65,130,129); }
td.TdClassName
{
border-color: #418281;
}
.TagClassName
{
border-color: #418281;
}
</style>