Shades of Windsor #3D3078
Tints of Windsor #3D3078
RGB
CMYK
RGB Variations
Color information
#3D3078 (or 0x3D3078) is known color: Windsor. HEX triplet: 3D, 30 and 78. RGB value is (61,48,120). Sum of RGB (Red+Green+Blue) = 61+48+120=229 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.64% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 120 (47.27% from 255 or 52.40% from 229); Max value from RGB is 120 - color contains mainly: blue. Hex color #3D3078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3078 is #C2CF87. Grayscale: #3B3B3B. Windows color (decimal): -12767112 or 7876669. OLE color: 7876669.
HSL color Cylindrical-coordinate representation of color #3D3078: hue angle of 250.83º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D3078 is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 61 | 48 | 120 | - |
| CMYK | 0.49 | 0.60 | 0 | 0.53 |
| HSL | 250.83º | 0.43% | 0.33% | - |
| HSV(B) | 250.83º | 0.6% | 0.47% | - |
| XYZ | 6.37 | 4.46 | 18.29 | - |
| YUV | 60.1 | 161.81 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 48 | 120 | 0.49 | 0.60 | 0 | 0.53 | 250.83 | 0.43 | 0.33 |
| Hex | 3D | 30 | 78 | 31 | 3C | 0 | 35 | FB | 2B | 21 |
| Octal | 75 | 60 | 170 | 61 | 74 | 0 | 65 | 373 | 53 | 41 |
| Binary | 111101 | 110000 | 1111000 | 110001 | 111100 | 0 | 110101 | 11111011 | 101011 | 100001 |
Color Harmonies of #3D3078
Complementary color
Monochromatic Colors of #3D3078
Black with #3D3078
Text Example
Text Example
White with #3D3078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3078; }
p { color: rgb(61,48,120); }
H1.HeaderClassName
{
color: #3D3078;
}
.AnyTagClassName
{
color: #3D3078;
}
</style>
background-color css
<style>
a { background-color: #3D3078; }
a { background-color: rgb(61,48,120); }
div.DivClassName
{
background-color: #3D3078;
}
.BgClassName
{
background-color: #3D3078;
}
</style>
border-color css
<style>
span { border-color: #3D3078; }
span { border-color: rgb(61,48,120); }
td.TdClassName
{
border-color: #3D3078;
}
.TagClassName
{
border-color: #3D3078;
}
</style>