Shades of Port Gore #3A416D
Tints of Port Gore #3A416D
RGB
CMYK
RGB Variations
Color information
#3A416D (or 0x3A416D) is known color: Port Gore. HEX triplet: 3A, 41 and 6D. RGB value is (58,65,109). Sum of RGB (Red+Green+Blue) = 58+65+109=232 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 109 (42.97% from 255 or 46.98% from 232); Max value from RGB is 109 - color contains mainly: blue. Hex color #3A416D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A416D is #C5BE92. Grayscale: #434343. Windows color (decimal): -12959379 or 7160122. OLE color: 7160122.
HSL color Cylindrical-coordinate representation of color #3A416D: hue angle of 231.76º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A416D is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 58 | 65 | 109 | - |
| CMYK | 0.47 | 0.40 | 0 | 0.57 |
| HSL | 231.76º | 0.31% | 0.33% | - |
| HSV(B) | 231.76º | 0.47% | 0.43% | - |
| XYZ | 6.4 | 5.78 | 15.25 | - |
| YUV | 67.92 | 151.18 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 65 | 109 | 0.47 | 0.40 | 0 | 0.57 | 231.76 | 0.31 | 0.33 |
| Hex | 3A | 41 | 6D | 2F | 28 | 0 | 39 | E8 | 1F | 21 |
| Octal | 72 | 101 | 155 | 57 | 50 | 0 | 71 | 350 | 37 | 41 |
| Binary | 111010 | 1000001 | 1101101 | 101111 | 101000 | 0 | 111001 | 11101000 | 11111 | 100001 |
Color Harmonies of #3A416D
Complementary color
Monochromatic Colors of #3A416D
Black with #3A416D
Text Example
Text Example
White with #3A416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A416D; }
p { color: rgb(58,65,109); }
H1.HeaderClassName
{
color: #3A416D;
}
.AnyTagClassName
{
color: #3A416D;
}
</style>
background-color css
<style>
a { background-color: #3A416D; }
a { background-color: rgb(58,65,109); }
div.DivClassName
{
background-color: #3A416D;
}
.BgClassName
{
background-color: #3A416D;
}
</style>
border-color css
<style>
span { border-color: #3A416D; }
span { border-color: rgb(58,65,109); }
td.TdClassName
{
border-color: #3A416D;
}
.TagClassName
{
border-color: #3A416D;
}
</style>