Shades of Windsor #402A7D
Tints of Windsor #402A7D
RGB
CMYK
RGB Variations
Color information
#402A7D (or 0x402A7D) is known color: Windsor. HEX triplet: 40, 2A and 7D. RGB value is (64,42,125). Sum of RGB (Red+Green+Blue) = 64+42+125=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 42 (16.80% from 255 or 18.18% from 231); Blue value is 125 (49.22% from 255 or 54.11% from 231); Max value from RGB is 125 - color contains mainly: blue. Hex color #402A7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402A7D is #BFD582. Grayscale: #393939. Windows color (decimal): -12572035 or 8202816. OLE color: 8202816.
HSL color Cylindrical-coordinate representation of color #402A7D: hue angle of 255.9º degrees, saturation: 0.5, 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 #402A7D is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 42 | 125 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.51 |
| HSL | 255.9º | 0.5% | 0.33% | - |
| HSV(B) | 255.9º | 0.66% | 0.49% | - |
| XYZ | 6.64 | 4.23 | 19.87 | - |
| YUV | 58.04 | 165.79 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 42 | 125 | 0.49 | 0.66 | 0 | 0.51 | 255.9 | 0.5 | 0.33 |
| Hex | 40 | 2A | 7D | 31 | 42 | 0 | 33 | 100 | 32 | 21 |
| Octal | 100 | 52 | 175 | 61 | 102 | 0 | 63 | 400 | 62 | 41 |
| Binary | 1000000 | 101010 | 1111101 | 110001 | 1000010 | 0 | 110011 | 100000000 | 110010 | 100001 |
Color Harmonies of #402A7D
Complementary color
Monochromatic Colors of #402A7D
Black with #402A7D
Text Example
Text Example
White with #402A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402A7D; }
p { color: rgb(64,42,125); }
H1.HeaderClassName
{
color: #402A7D;
}
.AnyTagClassName
{
color: #402A7D;
}
</style>
background-color css
<style>
a { background-color: #402A7D; }
a { background-color: rgb(64,42,125); }
div.DivClassName
{
background-color: #402A7D;
}
.BgClassName
{
background-color: #402A7D;
}
</style>
border-color css
<style>
span { border-color: #402A7D; }
span { border-color: rgb(64,42,125); }
td.TdClassName
{
border-color: #402A7D;
}
.TagClassName
{
border-color: #402A7D;
}
</style>