Shades of Paradiso #408182
Tints of Paradiso #408182
RGB
CMYK
RGB Variations
Color information
#408182 (or 0x408182) is known color: Paradiso. HEX triplet: 40, 81 and 82. RGB value is (64,129,130). Sum of RGB (Red+Green+Blue) = 64+129+130=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 129 (50.78% from 255 or 39.94% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 130 - color contains mainly: blue. Hex color #408182 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408182 is #BF7E7D. Grayscale: #6D6D6D. Windows color (decimal): -12549758 or 8552768. OLE color: 8552768.
HSL color Cylindrical-coordinate representation of color #408182: hue angle of 180.91º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #408182 is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 129 | 130 | - |
| CMYK | 0.51 | 0.01 | 0 | 0.49 |
| HSL | 180.91º | 0.34% | 0.38% | - |
| HSV(B) | 180.91º | 0.51% | 0.51% | - |
| XYZ | 13.99 | 18.4 | 23.93 | - |
| YUV | 109.68 | 139.47 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 129 | 130 | 0.51 | 0.01 | 0 | 0.49 | 180.91 | 0.34 | 0.38 |
| Hex | 40 | 81 | 82 | 33 | 1 | 0 | 31 | B5 | 22 | 26 |
| Octal | 100 | 201 | 202 | 63 | 1 | 0 | 61 | 265 | 42 | 46 |
| Binary | 1000000 | 10000001 | 10000010 | 110011 | 1 | 0 | 110001 | 10110101 | 100010 | 100110 |
Color Harmonies of #408182
Complementary color
Monochromatic Colors of #408182
Black with #408182
Text Example
Text Example
White with #408182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408182; }
p { color: rgb(64,129,130); }
H1.HeaderClassName
{
color: #408182;
}
.AnyTagClassName
{
color: #408182;
}
</style>
background-color css
<style>
a { background-color: #408182; }
a { background-color: rgb(64,129,130); }
div.DivClassName
{
background-color: #408182;
}
.BgClassName
{
background-color: #408182;
}
</style>
border-color css
<style>
span { border-color: #408182; }
span { border-color: rgb(64,129,130); }
td.TdClassName
{
border-color: #408182;
}
.TagClassName
{
border-color: #408182;
}
</style>