Shades of Windsor #402175
Tints of Windsor #402175
RGB
CMYK
RGB Variations
Color information
#402175 (or 0x402175) is known color: Windsor. HEX triplet: 40, 21 and 75. RGB value is (64,33,117). Sum of RGB (Red+Green+Blue) = 64+33+117=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 117 (46.09% from 255 or 54.67% from 214); Max value from RGB is 117 - color contains mainly: blue. Hex color #402175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402175 is #BFDE8A. Grayscale: #333333. Windows color (decimal): -12574347 or 7676224. OLE color: 7676224.
HSL color Cylindrical-coordinate representation of color #402175: hue angle of 262.14º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #402175 is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 64 | 33 | 117 | - |
| CMYK | 0.45 | 0.72 | 0 | 0.54 |
| HSL | 262.14º | 0.56% | 0.29% | - |
| HSV(B) | 262.14º | 0.72% | 0.46% | - |
| XYZ | 5.87 | 3.46 | 17.19 | - |
| YUV | 51.85 | 164.77 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 33 | 117 | 0.45 | 0.72 | 0 | 0.54 | 262.14 | 0.56 | 0.29 |
| Hex | 40 | 21 | 75 | 2D | 48 | 0 | 36 | 106 | 38 | 1D |
| Octal | 100 | 41 | 165 | 55 | 110 | 0 | 66 | 406 | 70 | 35 |
| Binary | 1000000 | 100001 | 1110101 | 101101 | 1001000 | 0 | 110110 | 100000110 | 111000 | 11101 |
Color Harmonies of #402175
Complementary color
Monochromatic Colors of #402175
Black with #402175
Text Example
Text Example
White with #402175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402175; }
p { color: rgb(64,33,117); }
H1.HeaderClassName
{
color: #402175;
}
.AnyTagClassName
{
color: #402175;
}
</style>
background-color css
<style>
a { background-color: #402175; }
a { background-color: rgb(64,33,117); }
div.DivClassName
{
background-color: #402175;
}
.BgClassName
{
background-color: #402175;
}
</style>
border-color css
<style>
span { border-color: #402175; }
span { border-color: rgb(64,33,117); }
td.TdClassName
{
border-color: #402175;
}
.TagClassName
{
border-color: #402175;
}
</style>