Shades of Governor Bay #403DAD
Tints of Governor Bay #403DAD
RGB
CMYK
RGB Variations
Color information
#403DAD (or 0x403DAD) is known color: Governor Bay. HEX triplet: 40, 3D and AD. RGB value is (64,61,173). Sum of RGB (Red+Green+Blue) = 64+61+173=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 61 (24.22% from 255 or 20.47% from 298); Blue value is 173 (67.97% from 255 or 58.05% from 298); Max value from RGB is 173 - color contains mainly: blue. Hex color #403DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403DAD is #BFC252. Grayscale: #4A4A4A. Windows color (decimal): -12567123 or 11353408. OLE color: 11353408.
HSL color Cylindrical-coordinate representation of color #403DAD: hue angle of 241.61º 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 #403DAD is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 61 | 173 | - |
| CMYK | 0.63 | 0.65 | 0 | 0.32 |
| HSL | 241.61º | 0.48% | 0.46% | - |
| HSV(B) | 241.61º | 0.65% | 0.68% | - |
| XYZ | 11.33 | 7.44 | 40.38 | - |
| YUV | 74.67 | 183.49 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 61 | 173 | 0.63 | 0.65 | 0 | 0.32 | 241.61 | 0.48 | 0.46 |
| Hex | 40 | 3D | AD | 3F | 41 | 0 | 20 | F2 | 30 | 2E |
| Octal | 100 | 75 | 255 | 77 | 101 | 0 | 40 | 362 | 60 | 56 |
| Binary | 1000000 | 111101 | 10101101 | 111111 | 1000001 | 0 | 100000 | 11110010 | 110000 | 101110 |
Color Harmonies of #403DAD
Complementary color
Monochromatic Colors of #403DAD
Black with #403DAD
Text Example
Text Example
White with #403DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403DAD; }
p { color: rgb(64,61,173); }
H1.HeaderClassName
{
color: #403DAD;
}
.AnyTagClassName
{
color: #403DAD;
}
</style>
background-color css
<style>
a { background-color: #403DAD; }
a { background-color: rgb(64,61,173); }
div.DivClassName
{
background-color: #403DAD;
}
.BgClassName
{
background-color: #403DAD;
}
</style>
border-color css
<style>
span { border-color: #403DAD; }
span { border-color: rgb(64,61,173); }
td.TdClassName
{
border-color: #403DAD;
}
.TagClassName
{
border-color: #403DAD;
}
</style>