Shades of Windsor #3C2670
Tints of Windsor #3C2670
RGB
CMYK
RGB Variations
Color information
#3C2670 (or 0x3C2670) is known color: Windsor. HEX triplet: 3C, 26 and 70. RGB value is (60,38,112). Sum of RGB (Red+Green+Blue) = 60+38+112=210 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.57% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 112 (44.14% from 255 or 53.33% from 210); Max value from RGB is 112 - color contains mainly: blue. Hex color #3C2670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2670 is #C3D98F. Grayscale: #343434. Windows color (decimal): -12835216 or 7349820. OLE color: 7349820.
HSL color Cylindrical-coordinate representation of color #3C2670: hue angle of 257.84º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C2670 is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 38 | 112 | - |
| CMYK | 0.46 | 0.66 | 0 | 0.56 |
| HSL | 257.84º | 0.49% | 0.29% | - |
| HSV(B) | 257.84º | 0.66% | 0.44% | - |
| XYZ | 5.48 | 3.52 | 15.72 | - |
| YUV | 53.01 | 161.29 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 38 | 112 | 0.46 | 0.66 | 0 | 0.56 | 257.84 | 0.49 | 0.29 |
| Hex | 3C | 26 | 70 | 2E | 42 | 0 | 38 | 102 | 31 | 1D |
| Octal | 74 | 46 | 160 | 56 | 102 | 0 | 70 | 402 | 61 | 35 |
| Binary | 111100 | 100110 | 1110000 | 101110 | 1000010 | 0 | 111000 | 100000010 | 110001 | 11101 |
Color Harmonies of #3C2670
Complementary color
Monochromatic Colors of #3C2670
Black with #3C2670
Text Example
Text Example
White with #3C2670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2670; }
p { color: rgb(60,38,112); }
H1.HeaderClassName
{
color: #3C2670;
}
.AnyTagClassName
{
color: #3C2670;
}
</style>
background-color css
<style>
a { background-color: #3C2670; }
a { background-color: rgb(60,38,112); }
div.DivClassName
{
background-color: #3C2670;
}
.BgClassName
{
background-color: #3C2670;
}
</style>
border-color css
<style>
span { border-color: #3C2670; }
span { border-color: rgb(60,38,112); }
td.TdClassName
{
border-color: #3C2670;
}
.TagClassName
{
border-color: #3C2670;
}
</style>