Shades of Windsor #402174
Tints of Windsor #402174
RGB
CMYK
RGB Variations
Color information
#402174 (or 0x402174) is known color: Windsor. HEX triplet: 40, 21 and 74. RGB value is (64,33,116). Sum of RGB (Red+Green+Blue) = 64+33+116=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 116 (45.70% from 255 or 54.46% from 213); Max value from RGB is 116 - color contains mainly: blue. Hex color #402174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402174 is #BFDE8B. Grayscale: #333333. Windows color (decimal): -12574348 or 7610688. OLE color: 7610688.
HSL color Cylindrical-coordinate representation of color #402174: hue angle of 262.41º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #402174 is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 33 | 116 | - |
| CMYK | 0.45 | 0.72 | 0 | 0.55 |
| HSL | 262.41º | 0.56% | 0.29% | - |
| HSV(B) | 262.41º | 0.72% | 0.45% | - |
| XYZ | 5.81 | 3.44 | 16.88 | - |
| YUV | 51.73 | 164.27 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 33 | 116 | 0.45 | 0.72 | 0 | 0.55 | 262.41 | 0.56 | 0.29 |
| Hex | 40 | 21 | 74 | 2D | 48 | 0 | 37 | 106 | 38 | 1D |
| Octal | 100 | 41 | 164 | 55 | 110 | 0 | 67 | 406 | 70 | 35 |
| Binary | 1000000 | 100001 | 1110100 | 101101 | 1001000 | 0 | 110111 | 100000110 | 111000 | 11101 |
Color Harmonies of #402174
Complementary color
Monochromatic Colors of #402174
Black with #402174
Text Example
Text Example
White with #402174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402174; }
p { color: rgb(64,33,116); }
H1.HeaderClassName
{
color: #402174;
}
.AnyTagClassName
{
color: #402174;
}
</style>
background-color css
<style>
a { background-color: #402174; }
a { background-color: rgb(64,33,116); }
div.DivClassName
{
background-color: #402174;
}
.BgClassName
{
background-color: #402174;
}
</style>
border-color css
<style>
span { border-color: #402174; }
span { border-color: rgb(64,33,116); }
td.TdClassName
{
border-color: #402174;
}
.TagClassName
{
border-color: #402174;
}
</style>