Shades of Port Gore #414360
Tints of Port Gore #414360
RGB
CMYK
RGB Variations
Color information
#414360 (or 0x414360) is known color: Port Gore. HEX triplet: 41, 43 and 60. RGB value is (65,67,96). Sum of RGB (Red+Green+Blue) = 65+67+96=228 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.51% from 228); Green value is 67 (26.56% from 255 or 29.39% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 96 - color contains mainly: blue. Hex color #414360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414360 is #BEBC9F. Grayscale: #454545. Windows color (decimal): -12500128 or 6308673. OLE color: 6308673.
HSL color Cylindrical-coordinate representation of color #414360: hue angle of 236.13º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #414360 is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 65 | 67 | 96 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.62 |
| HSL | 236.13º | 0.19% | 0.32% | - |
| HSV(B) | 236.13º | 0.32% | 0.38% | - |
| XYZ | 6.3 | 5.98 | 11.89 | - |
| YUV | 69.71 | 142.84 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 67 | 96 | 0.32 | 0.30 | 0 | 0.62 | 236.13 | 0.19 | 0.32 |
| Hex | 41 | 43 | 60 | 20 | 1E | 0 | 3E | EC | 13 | 20 |
| Octal | 101 | 103 | 140 | 40 | 36 | 0 | 76 | 354 | 23 | 40 |
| Binary | 1000001 | 1000011 | 1100000 | 100000 | 11110 | 0 | 111110 | 11101100 | 10011 | 100000 |
Color Harmonies of #414360
Complementary color
Monochromatic Colors of #414360
Black with #414360
Text Example
Text Example
White with #414360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414360; }
p { color: rgb(65,67,96); }
H1.HeaderClassName
{
color: #414360;
}
.AnyTagClassName
{
color: #414360;
}
</style>
background-color css
<style>
a { background-color: #414360; }
a { background-color: rgb(65,67,96); }
div.DivClassName
{
background-color: #414360;
}
.BgClassName
{
background-color: #414360;
}
</style>
border-color css
<style>
span { border-color: #414360; }
span { border-color: rgb(65,67,96); }
td.TdClassName
{
border-color: #414360;
}
.TagClassName
{
border-color: #414360;
}
</style>