Shades of Windsor #422B6B
Tints of Windsor #422B6B
RGB
CMYK
RGB Variations
Color information
#422B6B (or 0x422B6B) is known color: Windsor. HEX triplet: 42, 2B and 6B. RGB value is (66,43,107). Sum of RGB (Red+Green+Blue) = 66+43+107=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 43 (17.19% from 255 or 19.91% from 216); Blue value is 107 (42.19% from 255 or 49.54% from 216); Max value from RGB is 107 - color contains mainly: blue. Hex color #422B6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422B6B is #BDD494. Grayscale: #383838. Windows color (decimal): -12440725 or 7023426. OLE color: 7023426.
HSL color Cylindrical-coordinate representation of color #422B6B: hue angle of 261.56º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #422B6B is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 43 | 107 | - |
| CMYK | 0.38 | 0.60 | 0 | 0.58 |
| HSL | 261.56º | 0.43% | 0.29% | - |
| HSV(B) | 261.56º | 0.6% | 0.42% | - |
| XYZ | 5.76 | 3.95 | 14.37 | - |
| YUV | 57.17 | 156.12 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 43 | 107 | 0.38 | 0.60 | 0 | 0.58 | 261.56 | 0.43 | 0.29 |
| Hex | 42 | 2B | 6B | 26 | 3C | 0 | 3A | 106 | 2B | 1D |
| Octal | 102 | 53 | 153 | 46 | 74 | 0 | 72 | 406 | 53 | 35 |
| Binary | 1000010 | 101011 | 1101011 | 100110 | 111100 | 0 | 111010 | 100000110 | 101011 | 11101 |
Color Harmonies of #422B6B
Complementary color
Monochromatic Colors of #422B6B
Black with #422B6B
Text Example
Text Example
White with #422B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422B6B; }
p { color: rgb(66,43,107); }
H1.HeaderClassName
{
color: #422B6B;
}
.AnyTagClassName
{
color: #422B6B;
}
</style>
background-color css
<style>
a { background-color: #422B6B; }
a { background-color: rgb(66,43,107); }
div.DivClassName
{
background-color: #422B6B;
}
.BgClassName
{
background-color: #422B6B;
}
</style>
border-color css
<style>
span { border-color: #422B6B; }
span { border-color: rgb(66,43,107); }
td.TdClassName
{
border-color: #422B6B;
}
.TagClassName
{
border-color: #422B6B;
}
</style>