Shades of Windsor #3D2782
Tints of Windsor #3D2782
RGB
CMYK
RGB Variations
Color information
#3D2782 (or 0x3D2782) is known color: Windsor. HEX triplet: 3D, 27 and 82. RGB value is (61,39,130). Sum of RGB (Red+Green+Blue) = 61+39+130=230 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.52% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 130 (51.17% from 255 or 56.52% from 230); Max value from RGB is 130 - color contains mainly: blue. Hex color #3D2782 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D2782 is #C2D87D. Grayscale: #373737. Windows color (decimal): -12769406 or 8529725. OLE color: 8529725.
HSL color Cylindrical-coordinate representation of color #3D2782: hue angle of 254.51º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D2782 is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 61 | 39 | 130 | - |
| CMYK | 0.53 | 0.70 | 0 | 0.49 |
| HSL | 254.51º | 0.54% | 0.33% | - |
| HSV(B) | 254.51º | 0.7% | 0.51% | - |
| XYZ | 6.68 | 4.05 | 21.55 | - |
| YUV | 55.95 | 169.79 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 39 | 130 | 0.53 | 0.70 | 0 | 0.49 | 254.51 | 0.54 | 0.33 |
| Hex | 3D | 27 | 82 | 35 | 46 | 0 | 31 | FF | 36 | 21 |
| Octal | 75 | 47 | 202 | 65 | 106 | 0 | 61 | 377 | 66 | 41 |
| Binary | 111101 | 100111 | 10000010 | 110101 | 1000110 | 0 | 110001 | 11111111 | 110110 | 100001 |
Color Harmonies of #3D2782
Complementary color
Monochromatic Colors of #3D2782
Black with #3D2782
Text Example
Text Example
White with #3D2782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2782; }
p { color: rgb(61,39,130); }
H1.HeaderClassName
{
color: #3D2782;
}
.AnyTagClassName
{
color: #3D2782;
}
</style>
background-color css
<style>
a { background-color: #3D2782; }
a { background-color: rgb(61,39,130); }
div.DivClassName
{
background-color: #3D2782;
}
.BgClassName
{
background-color: #3D2782;
}
</style>
border-color css
<style>
span { border-color: #3D2782; }
span { border-color: rgb(61,39,130); }
td.TdClassName
{
border-color: #3D2782;
}
.TagClassName
{
border-color: #3D2782;
}
</style>