Shades of Paradiso #40818A
Tints of Paradiso #40818A
RGB
CMYK
RGB Variations
Color information
#40818A (or 0x40818A) is known color: Paradiso. HEX triplet: 40, 81 and 8A. RGB value is (64,129,138). Sum of RGB (Red+Green+Blue) = 64+129+138=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 138 - color contains mainly: blue. Hex color #40818A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40818A is #BF7E75. Grayscale: #6E6E6E. Windows color (decimal): -12549750 or 9077056. OLE color: 9077056.
HSL color Cylindrical-coordinate representation of color #40818A: hue angle of 187.3º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40818A is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 64 | 129 | 138 | - |
| CMYK | 0.54 | 0.07 | 0 | 0.46 |
| HSL | 187.3º | 0.37% | 0.4% | - |
| HSV(B) | 187.3º | 0.54% | 0.54% | - |
| XYZ | 14.55 | 18.63 | 26.87 | - |
| YUV | 110.59 | 143.47 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 129 | 138 | 0.54 | 0.07 | 0 | 0.46 | 187.3 | 0.37 | 0.4 |
| Hex | 40 | 81 | 8A | 36 | 7 | 0 | 2E | BB | 25 | 28 |
| Octal | 100 | 201 | 212 | 66 | 7 | 0 | 56 | 273 | 45 | 50 |
| Binary | 1000000 | 10000001 | 10001010 | 110110 | 111 | 0 | 101110 | 10111011 | 100101 | 101000 |
Color Harmonies of #40818A
Complementary color
Monochromatic Colors of #40818A
Black with #40818A
Text Example
Text Example
White with #40818A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40818A; }
p { color: rgb(64,129,138); }
H1.HeaderClassName
{
color: #40818A;
}
.AnyTagClassName
{
color: #40818A;
}
</style>
background-color css
<style>
a { background-color: #40818A; }
a { background-color: rgb(64,129,138); }
div.DivClassName
{
background-color: #40818A;
}
.BgClassName
{
background-color: #40818A;
}
</style>
border-color css
<style>
span { border-color: #40818A; }
span { border-color: rgb(64,129,138); }
td.TdClassName
{
border-color: #40818A;
}
.TagClassName
{
border-color: #40818A;
}
</style>