Shades of Windsor #3D267C
Tints of Windsor #3D267C
RGB
CMYK
RGB Variations
Color information
#3D267C (or 0x3D267C) is known color: Windsor. HEX triplet: 3D, 26 and 7C. RGB value is (61,38,124). Sum of RGB (Red+Green+Blue) = 61+38+124=223 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.35% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 124 (48.83% from 255 or 55.61% from 223); Max value from RGB is 124 - color contains mainly: blue. Hex color #3D267C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D267C is #C2D983. Grayscale: #363636. Windows color (decimal): -12769668 or 8136253. OLE color: 8136253.
HSL color Cylindrical-coordinate representation of color #3D267C: hue angle of 256.05º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3D267C is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 61 | 38 | 124 | - |
| CMYK | 0.51 | 0.69 | 0 | 0.51 |
| HSL | 256.05º | 0.53% | 0.32% | - |
| HSV(B) | 256.05º | 0.69% | 0.49% | - |
| XYZ | 6.26 | 3.83 | 19.48 | - |
| YUV | 54.68 | 167.12 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 38 | 124 | 0.51 | 0.69 | 0 | 0.51 | 256.05 | 0.53 | 0.32 |
| Hex | 3D | 26 | 7C | 33 | 45 | 0 | 33 | 100 | 35 | 20 |
| Octal | 75 | 46 | 174 | 63 | 105 | 0 | 63 | 400 | 65 | 40 |
| Binary | 111101 | 100110 | 1111100 | 110011 | 1000101 | 0 | 110011 | 100000000 | 110101 | 100000 |
Color Harmonies of #3D267C
Complementary color
Monochromatic Colors of #3D267C
Black with #3D267C
Text Example
Text Example
White with #3D267C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D267C; }
p { color: rgb(61,38,124); }
H1.HeaderClassName
{
color: #3D267C;
}
.AnyTagClassName
{
color: #3D267C;
}
</style>
background-color css
<style>
a { background-color: #3D267C; }
a { background-color: rgb(61,38,124); }
div.DivClassName
{
background-color: #3D267C;
}
.BgClassName
{
background-color: #3D267C;
}
</style>
border-color css
<style>
span { border-color: #3D267C; }
span { border-color: rgb(61,38,124); }
td.TdClassName
{
border-color: #3D267C;
}
.TagClassName
{
border-color: #3D267C;
}
</style>