Shades of Windsor #40258A
Tints of Windsor #40258A
RGB
CMYK
RGB Variations
Color information
#40258A (or 0x40258A) is known color: Windsor. HEX triplet: 40, 25 and 8A. RGB value is (64,37,138). Sum of RGB (Red+Green+Blue) = 64+37+138=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 138 (54.30% from 255 or 57.74% from 239); Max value from RGB is 138 - color contains mainly: blue. Hex color #40258A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40258A is #BFDA75. Grayscale: #383838. Windows color (decimal): -12573302 or 9053504. OLE color: 9053504.
HSL color Cylindrical-coordinate representation of color #40258A: hue angle of 256.04º 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 #40258A is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 64 | 37 | 138 | - |
| CMYK | 0.54 | 0.73 | 0 | 0.46 |
| HSL | 256.04º | 0.58% | 0.34% | - |
| HSV(B) | 256.04º | 0.73% | 0.54% | - |
| XYZ | 7.36 | 4.25 | 24.48 | - |
| YUV | 56.59 | 173.95 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 37 | 138 | 0.54 | 0.73 | 0 | 0.46 | 256.04 | 0.58 | 0.34 |
| Hex | 40 | 25 | 8A | 36 | 49 | 0 | 2E | 100 | 3A | 22 |
| Octal | 100 | 45 | 212 | 66 | 111 | 0 | 56 | 400 | 72 | 42 |
| Binary | 1000000 | 100101 | 10001010 | 110110 | 1001001 | 0 | 101110 | 100000000 | 111010 | 100010 |
Color Harmonies of #40258A
Complementary color
Monochromatic Colors of #40258A
Black with #40258A
Text Example
Text Example
White with #40258A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40258A; }
p { color: rgb(64,37,138); }
H1.HeaderClassName
{
color: #40258A;
}
.AnyTagClassName
{
color: #40258A;
}
</style>
background-color css
<style>
a { background-color: #40258A; }
a { background-color: rgb(64,37,138); }
div.DivClassName
{
background-color: #40258A;
}
.BgClassName
{
background-color: #40258A;
}
</style>
border-color css
<style>
span { border-color: #40258A; }
span { border-color: rgb(64,37,138); }
td.TdClassName
{
border-color: #40258A;
}
.TagClassName
{
border-color: #40258A;
}
</style>