Shades of Windsor #402A6D
Tints of Windsor #402A6D
RGB
CMYK
RGB Variations
Color information
#402A6D (or 0x402A6D) is known color: Windsor. HEX triplet: 40, 2A and 6D. RGB value is (64,42,109). Sum of RGB (Red+Green+Blue) = 64+42+109=215 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.77% from 215); Green value is 42 (16.80% from 255 or 19.53% from 215); Blue value is 109 (42.97% from 255 or 50.70% from 215); Max value from RGB is 109 - color contains mainly: blue. Hex color #402A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402A6D is #BFD592. Grayscale: #373737. Windows color (decimal): -12572051 or 7154240. OLE color: 7154240.
HSL color Cylindrical-coordinate representation of color #402A6D: hue angle of 259.7º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #402A6D is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 64 | 42 | 109 | - |
| CMYK | 0.41 | 0.61 | 0 | 0.57 |
| HSL | 259.7º | 0.44% | 0.3% | - |
| HSV(B) | 259.7º | 0.61% | 0.43% | - |
| XYZ | 5.7 | 3.85 | 14.91 | - |
| YUV | 56.22 | 157.79 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 42 | 109 | 0.41 | 0.61 | 0 | 0.57 | 259.7 | 0.44 | 0.3 |
| Hex | 40 | 2A | 6D | 29 | 3D | 0 | 39 | 104 | 2C | 1E |
| Octal | 100 | 52 | 155 | 51 | 75 | 0 | 71 | 404 | 54 | 36 |
| Binary | 1000000 | 101010 | 1101101 | 101001 | 111101 | 0 | 111001 | 100000100 | 101100 | 11110 |
Color Harmonies of #402A6D
Complementary color
Monochromatic Colors of #402A6D
Black with #402A6D
Text Example
Text Example
White with #402A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402A6D; }
p { color: rgb(64,42,109); }
H1.HeaderClassName
{
color: #402A6D;
}
.AnyTagClassName
{
color: #402A6D;
}
</style>
background-color css
<style>
a { background-color: #402A6D; }
a { background-color: rgb(64,42,109); }
div.DivClassName
{
background-color: #402A6D;
}
.BgClassName
{
background-color: #402A6D;
}
</style>
border-color css
<style>
span { border-color: #402A6D; }
span { border-color: rgb(64,42,109); }
td.TdClassName
{
border-color: #402A6D;
}
.TagClassName
{
border-color: #402A6D;
}
</style>