Shades of Windsor #3A277B
Tints of Windsor #3A277B
RGB
CMYK
RGB Variations
Color information
#3A277B (or 0x3A277B) is known color: Windsor. HEX triplet: 3A, 27 and 7B. RGB value is (58,39,123). Sum of RGB (Red+Green+Blue) = 58+39+123=220 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.36% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 123 (48.44% from 255 or 55.91% from 220); Max value from RGB is 123 - color contains mainly: blue. Hex color #3A277B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A277B is #C5D884. Grayscale: #353535. Windows color (decimal): -12966021 or 8070970. OLE color: 8070970.
HSL color Cylindrical-coordinate representation of color #3A277B: hue angle of 253.57º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A277B is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 58 | 39 | 123 | - |
| CMYK | 0.53 | 0.68 | 0 | 0.52 |
| HSL | 253.57º | 0.52% | 0.32% | - |
| HSV(B) | 253.57º | 0.68% | 0.48% | - |
| XYZ | 6.05 | 3.78 | 19.15 | - |
| YUV | 54.26 | 166.79 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 39 | 123 | 0.53 | 0.68 | 0 | 0.52 | 253.57 | 0.52 | 0.32 |
| Hex | 3A | 27 | 7B | 35 | 44 | 0 | 34 | FE | 34 | 20 |
| Octal | 72 | 47 | 173 | 65 | 104 | 0 | 64 | 376 | 64 | 40 |
| Binary | 111010 | 100111 | 1111011 | 110101 | 1000100 | 0 | 110100 | 11111110 | 110100 | 100000 |
Color Harmonies of #3A277B
Complementary color
Monochromatic Colors of #3A277B
Black with #3A277B
Text Example
Text Example
White with #3A277B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A277B; }
p { color: rgb(58,39,123); }
H1.HeaderClassName
{
color: #3A277B;
}
.AnyTagClassName
{
color: #3A277B;
}
</style>
background-color css
<style>
a { background-color: #3A277B; }
a { background-color: rgb(58,39,123); }
div.DivClassName
{
background-color: #3A277B;
}
.BgClassName
{
background-color: #3A277B;
}
</style>
border-color css
<style>
span { border-color: #3A277B; }
span { border-color: rgb(58,39,123); }
td.TdClassName
{
border-color: #3A277B;
}
.TagClassName
{
border-color: #3A277B;
}
</style>