Shades of Windsor #3C227A
Tints of Windsor #3C227A
RGB
CMYK
RGB Variations
Color information
#3C227A (or 0x3C227A) is known color: Windsor. HEX triplet: 3C, 22 and 7A. RGB value is (60,34,122). Sum of RGB (Red+Green+Blue) = 60+34+122=216 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.78% from 216); Green value is 34 (13.67% from 255 or 15.74% from 216); Blue value is 122 (48.05% from 255 or 56.48% from 216); Max value from RGB is 122 - color contains mainly: blue. Hex color #3C227A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C227A is #C3DD85. Grayscale: #333333. Windows color (decimal): -12836230 or 8004156. OLE color: 8004156.
HSL color Cylindrical-coordinate representation of color #3C227A: hue angle of 257.73º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C227A is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 60 | 34 | 122 | - |
| CMYK | 0.51 | 0.72 | 0 | 0.52 |
| HSL | 257.73º | 0.56% | 0.31% | - |
| HSV(B) | 257.73º | 0.72% | 0.48% | - |
| XYZ | 5.95 | 3.51 | 18.78 | - |
| YUV | 51.81 | 167.61 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 34 | 122 | 0.51 | 0.72 | 0 | 0.52 | 257.73 | 0.56 | 0.31 |
| Hex | 3C | 22 | 7A | 33 | 48 | 0 | 34 | 102 | 38 | 1F |
| Octal | 74 | 42 | 172 | 63 | 110 | 0 | 64 | 402 | 70 | 37 |
| Binary | 111100 | 100010 | 1111010 | 110011 | 1001000 | 0 | 110100 | 100000010 | 111000 | 11111 |
Color Harmonies of #3C227A
Complementary color
Monochromatic Colors of #3C227A
Black with #3C227A
Text Example
Text Example
White with #3C227A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C227A; }
p { color: rgb(60,34,122); }
H1.HeaderClassName
{
color: #3C227A;
}
.AnyTagClassName
{
color: #3C227A;
}
</style>
background-color css
<style>
a { background-color: #3C227A; }
a { background-color: rgb(60,34,122); }
div.DivClassName
{
background-color: #3C227A;
}
.BgClassName
{
background-color: #3C227A;
}
</style>
border-color css
<style>
span { border-color: #3C227A; }
span { border-color: rgb(60,34,122); }
td.TdClassName
{
border-color: #3C227A;
}
.TagClassName
{
border-color: #3C227A;
}
</style>