Shades of Governor Bay #413FAB
Tints of Governor Bay #413FAB
RGB
CMYK
RGB Variations
Color information
#413FAB (or 0x413FAB) is known color: Governor Bay. HEX triplet: 41, 3F and AB. RGB value is (65,63,171). Sum of RGB (Red+Green+Blue) = 65+63+171=299 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.74% from 299); Green value is 63 (25% from 255 or 21.07% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #413FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413FAB is #BEC054. Grayscale: #4B4B4B. Windows color (decimal): -12501077 or 11222849. OLE color: 11222849.
HSL color Cylindrical-coordinate representation of color #413FAB: hue angle of 241.11º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #413FAB is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 63 | 171 | - |
| CMYK | 0.62 | 0.63 | 0 | 0.33 |
| HSL | 241.11º | 0.46% | 0.46% | - |
| HSV(B) | 241.11º | 0.63% | 0.67% | - |
| XYZ | 11.31 | 7.62 | 39.4 | - |
| YUV | 75.91 | 181.66 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 63 | 171 | 0.62 | 0.63 | 0 | 0.33 | 241.11 | 0.46 | 0.46 |
| Hex | 41 | 3F | AB | 3E | 3F | 0 | 21 | F1 | 2E | 2E |
| Octal | 101 | 77 | 253 | 76 | 77 | 0 | 41 | 361 | 56 | 56 |
| Binary | 1000001 | 111111 | 10101011 | 111110 | 111111 | 0 | 100001 | 11110001 | 101110 | 101110 |
Color Harmonies of #413FAB
Complementary color
Monochromatic Colors of #413FAB
Black with #413FAB
Text Example
Text Example
White with #413FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413FAB; }
p { color: rgb(65,63,171); }
H1.HeaderClassName
{
color: #413FAB;
}
.AnyTagClassName
{
color: #413FAB;
}
</style>
background-color css
<style>
a { background-color: #413FAB; }
a { background-color: rgb(65,63,171); }
div.DivClassName
{
background-color: #413FAB;
}
.BgClassName
{
background-color: #413FAB;
}
</style>
border-color css
<style>
span { border-color: #413FAB; }
span { border-color: rgb(65,63,171); }
td.TdClassName
{
border-color: #413FAB;
}
.TagClassName
{
border-color: #413FAB;
}
</style>