Shades of Windsor #402C7B
Tints of Windsor #402C7B
RGB
CMYK
RGB Variations
Color information
#402C7B (or 0x402C7B) is known color: Windsor. HEX triplet: 40, 2C and 7B. RGB value is (64,44,123). Sum of RGB (Red+Green+Blue) = 64+44+123=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 44 (17.58% from 255 or 19.05% from 231); Blue value is 123 (48.44% from 255 or 53.25% from 231); Max value from RGB is 123 - color contains mainly: blue. Hex color #402C7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402C7B is #BFD384. Grayscale: #3A3A3A. Windows color (decimal): -12571525 or 8072256. OLE color: 8072256.
HSL color Cylindrical-coordinate representation of color #402C7B: hue angle of 255.19º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #402C7B is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 44 | 123 | - |
| CMYK | 0.48 | 0.64 | 0 | 0.52 |
| HSL | 255.19º | 0.47% | 0.33% | - |
| HSV(B) | 255.19º | 0.64% | 0.48% | - |
| XYZ | 6.59 | 4.32 | 19.23 | - |
| YUV | 58.99 | 164.13 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 44 | 123 | 0.48 | 0.64 | 0 | 0.52 | 255.19 | 0.47 | 0.33 |
| Hex | 40 | 2C | 7B | 30 | 40 | 0 | 34 | FF | 2F | 21 |
| Octal | 100 | 54 | 173 | 60 | 100 | 0 | 64 | 377 | 57 | 41 |
| Binary | 1000000 | 101100 | 1111011 | 110000 | 1000000 | 0 | 110100 | 11111111 | 101111 | 100001 |
Color Harmonies of #402C7B
Complementary color
Monochromatic Colors of #402C7B
Black with #402C7B
Text Example
Text Example
White with #402C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402C7B; }
p { color: rgb(64,44,123); }
H1.HeaderClassName
{
color: #402C7B;
}
.AnyTagClassName
{
color: #402C7B;
}
</style>
background-color css
<style>
a { background-color: #402C7B; }
a { background-color: rgb(64,44,123); }
div.DivClassName
{
background-color: #402C7B;
}
.BgClassName
{
background-color: #402C7B;
}
</style>
border-color css
<style>
span { border-color: #402C7B; }
span { border-color: rgb(64,44,123); }
td.TdClassName
{
border-color: #402C7B;
}
.TagClassName
{
border-color: #402C7B;
}
</style>