Shades of Windsor #3B2775
Tints of Windsor #3B2775
RGB
CMYK
RGB Variations
Color information
#3B2775 (or 0x3B2775) is known color: Windsor. HEX triplet: 3B, 27 and 75. RGB value is (59,39,117). Sum of RGB (Red+Green+Blue) = 59+39+117=215 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.44% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 117 (46.09% from 255 or 54.42% from 215); Max value from RGB is 117 - color contains mainly: blue. Hex color #3B2775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2775 is #C4D88A. Grayscale: #353535. Windows color (decimal): -12900491 or 7677755. OLE color: 7677755.
HSL color Cylindrical-coordinate representation of color #3B2775: hue angle of 255.38º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3B2775 is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 59 | 39 | 117 | - |
| CMYK | 0.50 | 0.67 | 0 | 0.54 |
| HSL | 255.38º | 0.5% | 0.31% | - |
| HSV(B) | 255.38º | 0.67% | 0.46% | - |
| XYZ | 5.74 | 3.67 | 17.23 | - |
| YUV | 53.87 | 163.63 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 39 | 117 | 0.50 | 0.67 | 0 | 0.54 | 255.38 | 0.5 | 0.31 |
| Hex | 3B | 27 | 75 | 32 | 43 | 0 | 36 | FF | 32 | 1F |
| Octal | 73 | 47 | 165 | 62 | 103 | 0 | 66 | 377 | 62 | 37 |
| Binary | 111011 | 100111 | 1110101 | 110010 | 1000011 | 0 | 110110 | 11111111 | 110010 | 11111 |
Color Harmonies of #3B2775
Complementary color
Monochromatic Colors of #3B2775
Black with #3B2775
Text Example
Text Example
White with #3B2775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2775; }
p { color: rgb(59,39,117); }
H1.HeaderClassName
{
color: #3B2775;
}
.AnyTagClassName
{
color: #3B2775;
}
</style>
background-color css
<style>
a { background-color: #3B2775; }
a { background-color: rgb(59,39,117); }
div.DivClassName
{
background-color: #3B2775;
}
.BgClassName
{
background-color: #3B2775;
}
</style>
border-color css
<style>
span { border-color: #3B2775; }
span { border-color: rgb(59,39,117); }
td.TdClassName
{
border-color: #3B2775;
}
.TagClassName
{
border-color: #3B2775;
}
</style>