Shades of Windsor #402682
Tints of Windsor #402682
RGB
CMYK
RGB Variations
Color information
#402682 (or 0x402682) is known color: Windsor. HEX triplet: 40, 26 and 82. RGB value is (64,38,130). Sum of RGB (Red+Green+Blue) = 64+38+130=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 130 (51.17% from 255 or 56.03% from 232); Max value from RGB is 130 - color contains mainly: blue. Hex color #402682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402682 is #BFD97D. Grayscale: #373737. Windows color (decimal): -12573054 or 8529472. OLE color: 8529472.
HSL color Cylindrical-coordinate representation of color #402682: hue angle of 256.96º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #402682 is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 38 | 130 | - |
| CMYK | 0.51 | 0.71 | 0 | 0.49 |
| HSL | 256.96º | 0.55% | 0.33% | - |
| HSV(B) | 256.96º | 0.71% | 0.51% | - |
| XYZ | 6.84 | 4.09 | 21.55 | - |
| YUV | 56.26 | 169.61 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 38 | 130 | 0.51 | 0.71 | 0 | 0.49 | 256.96 | 0.55 | 0.33 |
| Hex | 40 | 26 | 82 | 33 | 47 | 0 | 31 | 101 | 37 | 21 |
| Octal | 100 | 46 | 202 | 63 | 107 | 0 | 61 | 401 | 67 | 41 |
| Binary | 1000000 | 100110 | 10000010 | 110011 | 1000111 | 0 | 110001 | 100000001 | 110111 | 100001 |
Color Harmonies of #402682
Complementary color
Monochromatic Colors of #402682
Black with #402682
Text Example
Text Example
White with #402682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402682; }
p { color: rgb(64,38,130); }
H1.HeaderClassName
{
color: #402682;
}
.AnyTagClassName
{
color: #402682;
}
</style>
background-color css
<style>
a { background-color: #402682; }
a { background-color: rgb(64,38,130); }
div.DivClassName
{
background-color: #402682;
}
.BgClassName
{
background-color: #402682;
}
</style>
border-color css
<style>
span { border-color: #402682; }
span { border-color: rgb(64,38,130); }
td.TdClassName
{
border-color: #402682;
}
.TagClassName
{
border-color: #402682;
}
</style>