Shades of Governor Bay #413DAD
Tints of Governor Bay #413DAD
RGB
CMYK
RGB Variations
Color information
#413DAD (or 0x413DAD) is known color: Governor Bay. HEX triplet: 41, 3D and AD. RGB value is (65,61,173). Sum of RGB (Red+Green+Blue) = 65+61+173=299 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.74% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 173 (67.97% from 255 or 57.86% from 299); Max value from RGB is 173 - color contains mainly: blue. Hex color #413DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413DAD is #BEC252. Grayscale: #4A4A4A. Windows color (decimal): -12501587 or 11353409. OLE color: 11353409.
HSL color Cylindrical-coordinate representation of color #413DAD: hue angle of 242.14º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #413DAD is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 65 | 61 | 173 | - |
| CMYK | 0.62 | 0.65 | 0 | 0.32 |
| HSL | 242.14º | 0.48% | 0.46% | - |
| HSV(B) | 242.14º | 0.65% | 0.68% | - |
| XYZ | 11.39 | 7.48 | 40.38 | - |
| YUV | 74.96 | 183.33 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 61 | 173 | 0.62 | 0.65 | 0 | 0.32 | 242.14 | 0.48 | 0.46 |
| Hex | 41 | 3D | AD | 3E | 41 | 0 | 20 | F2 | 30 | 2E |
| Octal | 101 | 75 | 255 | 76 | 101 | 0 | 40 | 362 | 60 | 56 |
| Binary | 1000001 | 111101 | 10101101 | 111110 | 1000001 | 0 | 100000 | 11110010 | 110000 | 101110 |
Color Harmonies of #413DAD
Complementary color
Monochromatic Colors of #413DAD
Black with #413DAD
Text Example
Text Example
White with #413DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413DAD; }
p { color: rgb(65,61,173); }
H1.HeaderClassName
{
color: #413DAD;
}
.AnyTagClassName
{
color: #413DAD;
}
</style>
background-color css
<style>
a { background-color: #413DAD; }
a { background-color: rgb(65,61,173); }
div.DivClassName
{
background-color: #413DAD;
}
.BgClassName
{
background-color: #413DAD;
}
</style>
border-color css
<style>
span { border-color: #413DAD; }
span { border-color: rgb(65,61,173); }
td.TdClassName
{
border-color: #413DAD;
}
.TagClassName
{
border-color: #413DAD;
}
</style>