Shades of Windsor #3D2678
Tints of Windsor #3D2678
RGB
CMYK
RGB Variations
Color information
#3D2678 (or 0x3D2678) is known color: Windsor. HEX triplet: 3D, 26 and 78. RGB value is (61,38,120). Sum of RGB (Red+Green+Blue) = 61+38+120=219 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.85% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 120 (47.27% from 255 or 54.79% from 219); Max value from RGB is 120 - color contains mainly: blue. Hex color #3D2678 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2678 is #C2D987. Grayscale: #353535. Windows color (decimal): -12769672 or 7874109. OLE color: 7874109.
HSL color Cylindrical-coordinate representation of color #3D2678: hue angle of 256.83º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D2678 is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 61 | 38 | 120 | - |
| CMYK | 0.49 | 0.68 | 0 | 0.53 |
| HSL | 256.83º | 0.52% | 0.31% | - |
| HSV(B) | 256.83º | 0.68% | 0.47% | - |
| XYZ | 6.01 | 3.73 | 18.17 | - |
| YUV | 54.23 | 165.12 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 38 | 120 | 0.49 | 0.68 | 0 | 0.53 | 256.83 | 0.52 | 0.31 |
| Hex | 3D | 26 | 78 | 31 | 44 | 0 | 35 | 101 | 34 | 1F |
| Octal | 75 | 46 | 170 | 61 | 104 | 0 | 65 | 401 | 64 | 37 |
| Binary | 111101 | 100110 | 1111000 | 110001 | 1000100 | 0 | 110101 | 100000001 | 110100 | 11111 |
Color Harmonies of #3D2678
Complementary color
Monochromatic Colors of #3D2678
Black with #3D2678
Text Example
Text Example
White with #3D2678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2678; }
p { color: rgb(61,38,120); }
H1.HeaderClassName
{
color: #3D2678;
}
.AnyTagClassName
{
color: #3D2678;
}
</style>
background-color css
<style>
a { background-color: #3D2678; }
a { background-color: rgb(61,38,120); }
div.DivClassName
{
background-color: #3D2678;
}
.BgClassName
{
background-color: #3D2678;
}
</style>
border-color css
<style>
span { border-color: #3D2678; }
span { border-color: rgb(61,38,120); }
td.TdClassName
{
border-color: #3D2678;
}
.TagClassName
{
border-color: #3D2678;
}
</style>