Shades of Windsor #3A258B
Tints of Windsor #3A258B
RGB
CMYK
RGB Variations
Color information
#3A258B (or 0x3A258B) is known color: Windsor. HEX triplet: 3A, 25 and 8B. RGB value is (58,37,139). Sum of RGB (Red+Green+Blue) = 58+37+139=234 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.79% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 139 (54.69% from 255 or 59.40% from 234); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A258B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A258B is #C5DA74. Grayscale: #363636. Windows color (decimal): -12966517 or 9119034. OLE color: 9119034.
HSL color Cylindrical-coordinate representation of color #3A258B: hue angle of 252.35º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A258B is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 37 | 139 | - |
| CMYK | 0.58 | 0.73 | 0 | 0.45 |
| HSL | 252.35º | 0.58% | 0.35% | - |
| HSV(B) | 252.35º | 0.73% | 0.55% | - |
| XYZ | 7.07 | 4.09 | 24.84 | - |
| YUV | 54.91 | 175.46 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 37 | 139 | 0.58 | 0.73 | 0 | 0.45 | 252.35 | 0.58 | 0.35 |
| Hex | 3A | 25 | 8B | 3A | 49 | 0 | 2D | FC | 3A | 23 |
| Octal | 72 | 45 | 213 | 72 | 111 | 0 | 55 | 374 | 72 | 43 |
| Binary | 111010 | 100101 | 10001011 | 111010 | 1001001 | 0 | 101101 | 11111100 | 111010 | 100011 |
Color Harmonies of #3A258B
Complementary color
Monochromatic Colors of #3A258B
Black with #3A258B
Text Example
Text Example
White with #3A258B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A258B; }
p { color: rgb(58,37,139); }
H1.HeaderClassName
{
color: #3A258B;
}
.AnyTagClassName
{
color: #3A258B;
}
</style>
background-color css
<style>
a { background-color: #3A258B; }
a { background-color: rgb(58,37,139); }
div.DivClassName
{
background-color: #3A258B;
}
.BgClassName
{
background-color: #3A258B;
}
</style>
border-color css
<style>
span { border-color: #3A258B; }
span { border-color: rgb(58,37,139); }
td.TdClassName
{
border-color: #3A258B;
}
.TagClassName
{
border-color: #3A258B;
}
</style>