Shades of Port Gore #39416D
Tints of Port Gore #39416D
RGB
CMYK
RGB Variations
Color information
#39416D (or 0x39416D) is known color: Port Gore. HEX triplet: 39, 41 and 6D. RGB value is (57,65,109). Sum of RGB (Red+Green+Blue) = 57+65+109=231 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.68% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 109 (42.97% from 255 or 47.19% from 231); Max value from RGB is 109 - color contains mainly: blue. Hex color #39416D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39416D is #C6BE92. Grayscale: #434343. Windows color (decimal): -13024915 or 7160121. OLE color: 7160121.
HSL color Cylindrical-coordinate representation of color #39416D: hue angle of 230.77º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #39416D is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 57 | 65 | 109 | - |
| CMYK | 0.48 | 0.40 | 0 | 0.57 |
| HSL | 230.77º | 0.31% | 0.33% | - |
| HSV(B) | 230.77º | 0.48% | 0.43% | - |
| XYZ | 6.34 | 5.75 | 15.24 | - |
| YUV | 67.62 | 151.35 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 65 | 109 | 0.48 | 0.40 | 0 | 0.57 | 230.77 | 0.31 | 0.33 |
| Hex | 39 | 41 | 6D | 30 | 28 | 0 | 39 | E7 | 1F | 21 |
| Octal | 71 | 101 | 155 | 60 | 50 | 0 | 71 | 347 | 37 | 41 |
| Binary | 111001 | 1000001 | 1101101 | 110000 | 101000 | 0 | 111001 | 11100111 | 11111 | 100001 |
Color Harmonies of #39416D
Complementary color
Monochromatic Colors of #39416D
Black with #39416D
Text Example
Text Example
White with #39416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39416D; }
p { color: rgb(57,65,109); }
H1.HeaderClassName
{
color: #39416D;
}
.AnyTagClassName
{
color: #39416D;
}
</style>
background-color css
<style>
a { background-color: #39416D; }
a { background-color: rgb(57,65,109); }
div.DivClassName
{
background-color: #39416D;
}
.BgClassName
{
background-color: #39416D;
}
</style>
border-color css
<style>
span { border-color: #39416D; }
span { border-color: rgb(57,65,109); }
td.TdClassName
{
border-color: #39416D;
}
.TagClassName
{
border-color: #39416D;
}
</style>