Shades of Windsor #3F278B
Tints of Windsor #3F278B
RGB
CMYK
RGB Variations
Color information
#3F278B (or 0x3F278B) is known color: Windsor. HEX triplet: 3F, 27 and 8B. RGB value is (63,39,139). Sum of RGB (Red+Green+Blue) = 63+39+139=241 (31% of max value = 765). Red value is 63 (25% from 255 or 26.14% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 139 (54.69% from 255 or 57.68% from 241); Max value from RGB is 139 - color contains mainly: blue. Hex color #3F278B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F278B is #C0D874. Grayscale: #393939. Windows color (decimal): -12638325 or 9119551. OLE color: 9119551.
HSL color Cylindrical-coordinate representation of color #3F278B: hue angle of 254.4º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F278B is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 39 | 139 | - |
| CMYK | 0.55 | 0.72 | 0 | 0.45 |
| HSL | 254.4º | 0.56% | 0.35% | - |
| HSV(B) | 254.4º | 0.72% | 0.55% | - |
| XYZ | 7.44 | 4.37 | 24.88 | - |
| YUV | 57.58 | 173.95 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 39 | 139 | 0.55 | 0.72 | 0 | 0.45 | 254.4 | 0.56 | 0.35 |
| Hex | 3F | 27 | 8B | 37 | 48 | 0 | 2D | FE | 38 | 23 |
| Octal | 77 | 47 | 213 | 67 | 110 | 0 | 55 | 376 | 70 | 43 |
| Binary | 111111 | 100111 | 10001011 | 110111 | 1001000 | 0 | 101101 | 11111110 | 111000 | 100011 |
Color Harmonies of #3F278B
Complementary color
Monochromatic Colors of #3F278B
Black with #3F278B
Text Example
Text Example
White with #3F278B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F278B; }
p { color: rgb(63,39,139); }
H1.HeaderClassName
{
color: #3F278B;
}
.AnyTagClassName
{
color: #3F278B;
}
</style>
background-color css
<style>
a { background-color: #3F278B; }
a { background-color: rgb(63,39,139); }
div.DivClassName
{
background-color: #3F278B;
}
.BgClassName
{
background-color: #3F278B;
}
</style>
border-color css
<style>
span { border-color: #3F278B; }
span { border-color: rgb(63,39,139); }
td.TdClassName
{
border-color: #3F278B;
}
.TagClassName
{
border-color: #3F278B;
}
</style>