Shades of Windsor #3C2A7D
Tints of Windsor #3C2A7D
RGB
CMYK
RGB Variations
Color information
#3C2A7D (or 0x3C2A7D) is known color: Windsor. HEX triplet: 3C, 2A and 7D. RGB value is (60,42,125). Sum of RGB (Red+Green+Blue) = 60+42+125=227 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.43% from 227); Green value is 42 (16.80% from 255 or 18.50% from 227); Blue value is 125 (49.22% from 255 or 55.07% from 227); Max value from RGB is 125 - color contains mainly: blue. Hex color #3C2A7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2A7D is #C3D582. Grayscale: #383838. Windows color (decimal): -12834179 or 8202812. OLE color: 8202812.
HSL color Cylindrical-coordinate representation of color #3C2A7D: hue angle of 253.01º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C2A7D is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 60 | 42 | 125 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.51 |
| HSL | 253.01º | 0.5% | 0.33% | - |
| HSV(B) | 253.01º | 0.66% | 0.49% | - |
| XYZ | 6.39 | 4.1 | 19.86 | - |
| YUV | 56.84 | 166.46 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 42 | 125 | 0.52 | 0.66 | 0 | 0.51 | 253.01 | 0.5 | 0.33 |
| Hex | 3C | 2A | 7D | 34 | 42 | 0 | 33 | FD | 32 | 21 |
| Octal | 74 | 52 | 175 | 64 | 102 | 0 | 63 | 375 | 62 | 41 |
| Binary | 111100 | 101010 | 1111101 | 110100 | 1000010 | 0 | 110011 | 11111101 | 110010 | 100001 |
Color Harmonies of #3C2A7D
Complementary color
Monochromatic Colors of #3C2A7D
Black with #3C2A7D
Text Example
Text Example
White with #3C2A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2A7D; }
p { color: rgb(60,42,125); }
H1.HeaderClassName
{
color: #3C2A7D;
}
.AnyTagClassName
{
color: #3C2A7D;
}
</style>
background-color css
<style>
a { background-color: #3C2A7D; }
a { background-color: rgb(60,42,125); }
div.DivClassName
{
background-color: #3C2A7D;
}
.BgClassName
{
background-color: #3C2A7D;
}
</style>
border-color css
<style>
span { border-color: #3C2A7D; }
span { border-color: rgb(60,42,125); }
td.TdClassName
{
border-color: #3C2A7D;
}
.TagClassName
{
border-color: #3C2A7D;
}
</style>