Shades of Windsor #3A258C
Tints of Windsor #3A258C
RGB
CMYK
RGB Variations
Color information
#3A258C (or 0x3A258C) is known color: Windsor. HEX triplet: 3A, 25 and 8C. RGB value is (58,37,140). Sum of RGB (Red+Green+Blue) = 58+37+140=235 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.68% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 140 (55.08% from 255 or 59.57% from 235); Max value from RGB is 140 - color contains mainly: blue. Hex color #3A258C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A258C is #C5DA73. Grayscale: #363636. Windows color (decimal): -12966516 or 9184570. OLE color: 9184570.
HSL color Cylindrical-coordinate representation of color #3A258C: hue angle of 252.23º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A258C is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 37 | 140 | - |
| CMYK | 0.59 | 0.74 | 0 | 0.45 |
| HSL | 252.23º | 0.58% | 0.35% | - |
| HSV(B) | 252.23º | 0.74% | 0.55% | - |
| XYZ | 7.14 | 4.12 | 25.23 | - |
| YUV | 55.02 | 175.96 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 37 | 140 | 0.59 | 0.74 | 0 | 0.45 | 252.23 | 0.58 | 0.35 |
| Hex | 3A | 25 | 8C | 3B | 4A | 0 | 2D | FC | 3A | 23 |
| Octal | 72 | 45 | 214 | 73 | 112 | 0 | 55 | 374 | 72 | 43 |
| Binary | 111010 | 100101 | 10001100 | 111011 | 1001010 | 0 | 101101 | 11111100 | 111010 | 100011 |
Color Harmonies of #3A258C
Complementary color
Monochromatic Colors of #3A258C
Black with #3A258C
Text Example
Text Example
White with #3A258C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A258C; }
p { color: rgb(58,37,140); }
H1.HeaderClassName
{
color: #3A258C;
}
.AnyTagClassName
{
color: #3A258C;
}
</style>
background-color css
<style>
a { background-color: #3A258C; }
a { background-color: rgb(58,37,140); }
div.DivClassName
{
background-color: #3A258C;
}
.BgClassName
{
background-color: #3A258C;
}
</style>
border-color css
<style>
span { border-color: #3A258C; }
span { border-color: rgb(58,37,140); }
td.TdClassName
{
border-color: #3A258C;
}
.TagClassName
{
border-color: #3A258C;
}
</style>