Shades of Windsor #402B7D
Tints of Windsor #402B7D
RGB
CMYK
RGB Variations
Color information
#402B7D (or 0x402B7D) is known color: Windsor. HEX triplet: 40, 2B and 7D. RGB value is (64,43,125). Sum of RGB (Red+Green+Blue) = 64+43+125=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 43 (17.19% from 255 or 18.53% from 232); Blue value is 125 (49.22% from 255 or 53.88% from 232); Max value from RGB is 125 - color contains mainly: blue. Hex color #402B7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402B7D is #BFD482. Grayscale: #3A3A3A. Windows color (decimal): -12571779 or 8203072. OLE color: 8203072.
HSL color Cylindrical-coordinate representation of color #402B7D: hue angle of 255.37º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #402B7D is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 43 | 125 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.51 |
| HSL | 255.37º | 0.49% | 0.33% | - |
| HSV(B) | 255.37º | 0.66% | 0.49% | - |
| XYZ | 6.68 | 4.3 | 19.88 | - |
| YUV | 58.63 | 165.46 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 43 | 125 | 0.49 | 0.66 | 0 | 0.51 | 255.37 | 0.49 | 0.33 |
| Hex | 40 | 2B | 7D | 31 | 42 | 0 | 33 | FF | 31 | 21 |
| Octal | 100 | 53 | 175 | 61 | 102 | 0 | 63 | 377 | 61 | 41 |
| Binary | 1000000 | 101011 | 1111101 | 110001 | 1000010 | 0 | 110011 | 11111111 | 110001 | 100001 |
Color Harmonies of #402B7D
Complementary color
Monochromatic Colors of #402B7D
Black with #402B7D
Text Example
Text Example
White with #402B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402B7D; }
p { color: rgb(64,43,125); }
H1.HeaderClassName
{
color: #402B7D;
}
.AnyTagClassName
{
color: #402B7D;
}
</style>
background-color css
<style>
a { background-color: #402B7D; }
a { background-color: rgb(64,43,125); }
div.DivClassName
{
background-color: #402B7D;
}
.BgClassName
{
background-color: #402B7D;
}
</style>
border-color css
<style>
span { border-color: #402B7D; }
span { border-color: rgb(64,43,125); }
td.TdClassName
{
border-color: #402B7D;
}
.TagClassName
{
border-color: #402B7D;
}
</style>