Shades of Windsor #423077
Tints of Windsor #423077
RGB
CMYK
RGB Variations
Color information
#423077 (or 0x423077) is known color: Windsor. HEX triplet: 42, 30 and 77. RGB value is (66,48,119). Sum of RGB (Red+Green+Blue) = 66+48+119=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #423077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423077 is #BDCF88. Grayscale: #3D3D3D. Windows color (decimal): -12439433 or 7811138. OLE color: 7811138.
HSL color Cylindrical-coordinate representation of color #423077: hue angle of 255.21º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #423077 is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 66 | 48 | 119 | - |
| CMYK | 0.45 | 0.60 | 0 | 0.53 |
| HSL | 255.21º | 0.43% | 0.33% | - |
| HSV(B) | 255.21º | 0.6% | 0.47% | - |
| XYZ | 6.63 | 4.6 | 17.99 | - |
| YUV | 61.48 | 160.46 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 48 | 119 | 0.45 | 0.60 | 0 | 0.53 | 255.21 | 0.43 | 0.33 |
| Hex | 42 | 30 | 77 | 2D | 3C | 0 | 35 | FF | 2B | 21 |
| Octal | 102 | 60 | 167 | 55 | 74 | 0 | 65 | 377 | 53 | 41 |
| Binary | 1000010 | 110000 | 1110111 | 101101 | 111100 | 0 | 110101 | 11111111 | 101011 | 100001 |
Color Harmonies of #423077
Complementary color
Monochromatic Colors of #423077
Black with #423077
Text Example
Text Example
White with #423077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423077; }
p { color: rgb(66,48,119); }
H1.HeaderClassName
{
color: #423077;
}
.AnyTagClassName
{
color: #423077;
}
</style>
background-color css
<style>
a { background-color: #423077; }
a { background-color: rgb(66,48,119); }
div.DivClassName
{
background-color: #423077;
}
.BgClassName
{
background-color: #423077;
}
</style>
border-color css
<style>
span { border-color: #423077; }
span { border-color: rgb(66,48,119); }
td.TdClassName
{
border-color: #423077;
}
.TagClassName
{
border-color: #423077;
}
</style>