Shades of Windsor #3A2677
Tints of Windsor #3A2677
RGB
CMYK
RGB Variations
Color information
#3A2677 (or 0x3A2677) is known color: Windsor. HEX triplet: 3A, 26 and 77. RGB value is (58,38,119). Sum of RGB (Red+Green+Blue) = 58+38+119=215 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.98% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 119 (46.88% from 255 or 55.35% from 215); Max value from RGB is 119 - color contains mainly: blue. Hex color #3A2677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2677 is #C5D988. Grayscale: #343434. Windows color (decimal): -12966281 or 7808570. OLE color: 7808570.
HSL color Cylindrical-coordinate representation of color #3A2677: hue angle of 254.81º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A2677 is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 38 | 119 | - |
| CMYK | 0.51 | 0.68 | 0 | 0.53 |
| HSL | 254.81º | 0.52% | 0.31% | - |
| HSV(B) | 254.81º | 0.68% | 0.47% | - |
| XYZ | 5.77 | 3.62 | 17.85 | - |
| YUV | 53.21 | 165.13 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 38 | 119 | 0.51 | 0.68 | 0 | 0.53 | 254.81 | 0.52 | 0.31 |
| Hex | 3A | 26 | 77 | 33 | 44 | 0 | 35 | FF | 34 | 1F |
| Octal | 72 | 46 | 167 | 63 | 104 | 0 | 65 | 377 | 64 | 37 |
| Binary | 111010 | 100110 | 1110111 | 110011 | 1000100 | 0 | 110101 | 11111111 | 110100 | 11111 |
Color Harmonies of #3A2677
Complementary color
Monochromatic Colors of #3A2677
Black with #3A2677
Text Example
Text Example
White with #3A2677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2677; }
p { color: rgb(58,38,119); }
H1.HeaderClassName
{
color: #3A2677;
}
.AnyTagClassName
{
color: #3A2677;
}
</style>
background-color css
<style>
a { background-color: #3A2677; }
a { background-color: rgb(58,38,119); }
div.DivClassName
{
background-color: #3A2677;
}
.BgClassName
{
background-color: #3A2677;
}
</style>
border-color css
<style>
span { border-color: #3A2677; }
span { border-color: rgb(58,38,119); }
td.TdClassName
{
border-color: #3A2677;
}
.TagClassName
{
border-color: #3A2677;
}
</style>