Shades of Windsor #3F268C
Tints of Windsor #3F268C
RGB
CMYK
RGB Variations
Color information
#3F268C (or 0x3F268C) is known color: Windsor. HEX triplet: 3F, 26 and 8C. RGB value is (63,38,140). Sum of RGB (Red+Green+Blue) = 63+38+140=241 (31% of max value = 765). Red value is 63 (25% from 255 or 26.14% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 140 (55.08% from 255 or 58.09% from 241); Max value from RGB is 140 - color contains mainly: blue. Hex color #3F268C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F268C is #C0D973. Grayscale: #383838. Windows color (decimal): -12638580 or 9184831. OLE color: 9184831.
HSL color Cylindrical-coordinate representation of color #3F268C: hue angle of 254.71º degrees, saturation: 0.57, 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 #3F268C is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 38 | 140 | - |
| CMYK | 0.55 | 0.73 | 0 | 0.45 |
| HSL | 254.71º | 0.57% | 0.35% | - |
| HSV(B) | 254.71º | 0.73% | 0.55% | - |
| XYZ | 7.48 | 4.34 | 25.25 | - |
| YUV | 57.1 | 174.78 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 38 | 140 | 0.55 | 0.73 | 0 | 0.45 | 254.71 | 0.57 | 0.35 |
| Hex | 3F | 26 | 8C | 37 | 49 | 0 | 2D | FF | 39 | 23 |
| Octal | 77 | 46 | 214 | 67 | 111 | 0 | 55 | 377 | 71 | 43 |
| Binary | 111111 | 100110 | 10001100 | 110111 | 1001001 | 0 | 101101 | 11111111 | 111001 | 100011 |
Color Harmonies of #3F268C
Complementary color
Monochromatic Colors of #3F268C
Black with #3F268C
Text Example
Text Example
White with #3F268C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F268C; }
p { color: rgb(63,38,140); }
H1.HeaderClassName
{
color: #3F268C;
}
.AnyTagClassName
{
color: #3F268C;
}
</style>
background-color css
<style>
a { background-color: #3F268C; }
a { background-color: rgb(63,38,140); }
div.DivClassName
{
background-color: #3F268C;
}
.BgClassName
{
background-color: #3F268C;
}
</style>
border-color css
<style>
span { border-color: #3F268C; }
span { border-color: rgb(63,38,140); }
td.TdClassName
{
border-color: #3F268C;
}
.TagClassName
{
border-color: #3F268C;
}
</style>