Shades of Windsor #3C2581
Tints of Windsor #3C2581
RGB
CMYK
RGB Variations
Color information
#3C2581 (or 0x3C2581) is known color: Windsor. HEX triplet: 3C, 25 and 81. RGB value is (60,37,129). Sum of RGB (Red+Green+Blue) = 60+37+129=226 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.55% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 129 (50.78% from 255 or 57.08% from 226); Max value from RGB is 129 - color contains mainly: blue. Hex color #3C2581 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2581 is #C3DA7E. Grayscale: #363636. Windows color (decimal): -12835455 or 8463676. OLE color: 8463676.
HSL color Cylindrical-coordinate representation of color #3C2581: hue angle of 255º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C2581 is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 60 | 37 | 129 | - |
| CMYK | 0.53 | 0.71 | 0 | 0.49 |
| HSL | 255º | 0.55% | 0.33% | - |
| HSV(B) | 255º | 0.71% | 0.51% | - |
| XYZ | 6.49 | 3.87 | 21.17 | - |
| YUV | 54.37 | 170.12 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 37 | 129 | 0.53 | 0.71 | 0 | 0.49 | 255 | 0.55 | 0.33 |
| Hex | 3C | 25 | 81 | 35 | 47 | 0 | 31 | FF | 37 | 21 |
| Octal | 74 | 45 | 201 | 65 | 107 | 0 | 61 | 377 | 67 | 41 |
| Binary | 111100 | 100101 | 10000001 | 110101 | 1000111 | 0 | 110001 | 11111111 | 110111 | 100001 |
Color Harmonies of #3C2581
Complementary color
Monochromatic Colors of #3C2581
Black with #3C2581
Text Example
Text Example
White with #3C2581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2581; }
p { color: rgb(60,37,129); }
H1.HeaderClassName
{
color: #3C2581;
}
.AnyTagClassName
{
color: #3C2581;
}
</style>
background-color css
<style>
a { background-color: #3C2581; }
a { background-color: rgb(60,37,129); }
div.DivClassName
{
background-color: #3C2581;
}
.BgClassName
{
background-color: #3C2581;
}
</style>
border-color css
<style>
span { border-color: #3C2581; }
span { border-color: rgb(60,37,129); }
td.TdClassName
{
border-color: #3C2581;
}
.TagClassName
{
border-color: #3C2581;
}
</style>