Shades of Windsor #402F7A
Tints of Windsor #402F7A
RGB
CMYK
RGB Variations
Color information
#402F7A (or 0x402F7A) is known color: Windsor. HEX triplet: 40, 2F and 7A. RGB value is (64,47,122). Sum of RGB (Red+Green+Blue) = 64+47+122=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 47 (18.75% from 255 or 20.17% from 233); Blue value is 122 (48.05% from 255 or 52.36% from 233); Max value from RGB is 122 - color contains mainly: blue. Hex color #402F7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402F7A is #BFD085. Grayscale: #3C3C3C. Windows color (decimal): -12570758 or 8007488. OLE color: 8007488.
HSL color Cylindrical-coordinate representation of color #402F7A: hue angle of 253.6º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #402F7A is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 47 | 122 | - |
| CMYK | 0.48 | 0.61 | 0 | 0.52 |
| HSL | 253.6º | 0.44% | 0.33% | - |
| HSV(B) | 253.6º | 0.61% | 0.48% | - |
| XYZ | 6.64 | 4.53 | 18.94 | - |
| YUV | 60.63 | 162.63 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 47 | 122 | 0.48 | 0.61 | 0 | 0.52 | 253.6 | 0.44 | 0.33 |
| Hex | 40 | 2F | 7A | 30 | 3D | 0 | 34 | FE | 2C | 21 |
| Octal | 100 | 57 | 172 | 60 | 75 | 0 | 64 | 376 | 54 | 41 |
| Binary | 1000000 | 101111 | 1111010 | 110000 | 111101 | 0 | 110100 | 11111110 | 101100 | 100001 |
Color Harmonies of #402F7A
Complementary color
Monochromatic Colors of #402F7A
Black with #402F7A
Text Example
Text Example
White with #402F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402F7A; }
p { color: rgb(64,47,122); }
H1.HeaderClassName
{
color: #402F7A;
}
.AnyTagClassName
{
color: #402F7A;
}
</style>
background-color css
<style>
a { background-color: #402F7A; }
a { background-color: rgb(64,47,122); }
div.DivClassName
{
background-color: #402F7A;
}
.BgClassName
{
background-color: #402F7A;
}
</style>
border-color css
<style>
span { border-color: #402F7A; }
span { border-color: rgb(64,47,122); }
td.TdClassName
{
border-color: #402F7A;
}
.TagClassName
{
border-color: #402F7A;
}
</style>