Shades of Windsor #3A2583
Tints of Windsor #3A2583
RGB
CMYK
RGB Variations
Color information
#3A2583 (or 0x3A2583) is known color: Windsor. HEX triplet: 3A, 25 and 83. RGB value is (58,37,131). Sum of RGB (Red+Green+Blue) = 58+37+131=226 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.66% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 131 (51.56% from 255 or 57.96% from 226); Max value from RGB is 131 - color contains mainly: blue. Hex color #3A2583 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2583 is #C5DA7C. Grayscale: #353535. Windows color (decimal): -12966525 or 8594746. OLE color: 8594746.
HSL color Cylindrical-coordinate representation of color #3A2583: hue angle of 253.4º 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 #3A2583 is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 58 | 37 | 131 | - |
| CMYK | 0.56 | 0.72 | 0 | 0.49 |
| HSL | 253.4º | 0.56% | 0.33% | - |
| HSV(B) | 253.4º | 0.72% | 0.51% | - |
| XYZ | 6.5 | 3.86 | 21.88 | - |
| YUV | 54 | 171.46 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 37 | 131 | 0.56 | 0.72 | 0 | 0.49 | 253.4 | 0.56 | 0.33 |
| Hex | 3A | 25 | 83 | 38 | 48 | 0 | 31 | FD | 38 | 21 |
| Octal | 72 | 45 | 203 | 70 | 110 | 0 | 61 | 375 | 70 | 41 |
| Binary | 111010 | 100101 | 10000011 | 111000 | 1001000 | 0 | 110001 | 11111101 | 111000 | 100001 |
Color Harmonies of #3A2583
Complementary color
Monochromatic Colors of #3A2583
Black with #3A2583
Text Example
Text Example
White with #3A2583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2583; }
p { color: rgb(58,37,131); }
H1.HeaderClassName
{
color: #3A2583;
}
.AnyTagClassName
{
color: #3A2583;
}
</style>
background-color css
<style>
a { background-color: #3A2583; }
a { background-color: rgb(58,37,131); }
div.DivClassName
{
background-color: #3A2583;
}
.BgClassName
{
background-color: #3A2583;
}
</style>
border-color css
<style>
span { border-color: #3A2583; }
span { border-color: rgb(58,37,131); }
td.TdClassName
{
border-color: #3A2583;
}
.TagClassName
{
border-color: #3A2583;
}
</style>