Shades of Windsor #3E2583
Tints of Windsor #3E2583
RGB
CMYK
RGB Variations
Color information
#3E2583 (or 0x3E2583) is known color: Windsor. HEX triplet: 3E, 25 and 83. RGB value is (62,37,131). Sum of RGB (Red+Green+Blue) = 62+37+131=230 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.96% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 131 (51.56% from 255 or 56.96% from 230); Max value from RGB is 131 - color contains mainly: blue. Hex color #3E2583 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2583 is #C1DA7C. Grayscale: #363636. Windows color (decimal): -12704381 or 8594750. OLE color: 8594750.
HSL color Cylindrical-coordinate representation of color #3E2583: hue angle of 255.96º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E2583 is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 62 | 37 | 131 | - |
| CMYK | 0.53 | 0.72 | 0 | 0.49 |
| HSL | 255.96º | 0.56% | 0.33% | - |
| HSV(B) | 255.96º | 0.72% | 0.51% | - |
| XYZ | 6.74 | 3.99 | 21.89 | - |
| YUV | 55.19 | 170.78 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 37 | 131 | 0.53 | 0.72 | 0 | 0.49 | 255.96 | 0.56 | 0.33 |
| Hex | 3E | 25 | 83 | 35 | 48 | 0 | 31 | 100 | 38 | 21 |
| Octal | 76 | 45 | 203 | 65 | 110 | 0 | 61 | 400 | 70 | 41 |
| Binary | 111110 | 100101 | 10000011 | 110101 | 1001000 | 0 | 110001 | 100000000 | 111000 | 100001 |
Color Harmonies of #3E2583
Complementary color
Monochromatic Colors of #3E2583
Black with #3E2583
Text Example
Text Example
White with #3E2583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2583; }
p { color: rgb(62,37,131); }
H1.HeaderClassName
{
color: #3E2583;
}
.AnyTagClassName
{
color: #3E2583;
}
</style>
background-color css
<style>
a { background-color: #3E2583; }
a { background-color: rgb(62,37,131); }
div.DivClassName
{
background-color: #3E2583;
}
.BgClassName
{
background-color: #3E2583;
}
</style>
border-color css
<style>
span { border-color: #3E2583; }
span { border-color: rgb(62,37,131); }
td.TdClassName
{
border-color: #3E2583;
}
.TagClassName
{
border-color: #3E2583;
}
</style>