Shades of Windsor #3A258A
Tints of Windsor #3A258A
RGB
CMYK
RGB Variations
Color information
#3A258A (or 0x3A258A) is known color: Windsor. HEX triplet: 3A, 25 and 8A. RGB value is (58,37,138). Sum of RGB (Red+Green+Blue) = 58+37+138=233 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.89% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 138 (54.30% from 255 or 59.23% from 233); Max value from RGB is 138 - color contains mainly: blue. Hex color #3A258A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A258A is #C5DA75. Grayscale: #363636. Windows color (decimal): -12966518 or 9053498. OLE color: 9053498.
HSL color Cylindrical-coordinate representation of color #3A258A: hue angle of 252.48º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A258A is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 37 | 138 | - |
| CMYK | 0.58 | 0.73 | 0 | 0.46 |
| HSL | 252.48º | 0.58% | 0.34% | - |
| HSV(B) | 252.48º | 0.73% | 0.54% | - |
| XYZ | 6.99 | 4.06 | 24.46 | - |
| YUV | 54.79 | 174.96 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 37 | 138 | 0.58 | 0.73 | 0 | 0.46 | 252.48 | 0.58 | 0.34 |
| Hex | 3A | 25 | 8A | 3A | 49 | 0 | 2E | FC | 3A | 22 |
| Octal | 72 | 45 | 212 | 72 | 111 | 0 | 56 | 374 | 72 | 42 |
| Binary | 111010 | 100101 | 10001010 | 111010 | 1001001 | 0 | 101110 | 11111100 | 111010 | 100010 |
Color Harmonies of #3A258A
Complementary color
Monochromatic Colors of #3A258A
Black with #3A258A
Text Example
Text Example
White with #3A258A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A258A; }
p { color: rgb(58,37,138); }
H1.HeaderClassName
{
color: #3A258A;
}
.AnyTagClassName
{
color: #3A258A;
}
</style>
background-color css
<style>
a { background-color: #3A258A; }
a { background-color: rgb(58,37,138); }
div.DivClassName
{
background-color: #3A258A;
}
.BgClassName
{
background-color: #3A258A;
}
</style>
border-color css
<style>
span { border-color: #3A258A; }
span { border-color: rgb(58,37,138); }
td.TdClassName
{
border-color: #3A258A;
}
.TagClassName
{
border-color: #3A258A;
}
</style>