Shades of Windsor #3D1F7B
Tints of Windsor #3D1F7B
RGB
CMYK
RGB Variations
Color information
#3D1F7B (or 0x3D1F7B) is known color: Windsor. HEX triplet: 3D, 1F and 7B. RGB value is (61,31,123). Sum of RGB (Red+Green+Blue) = 61+31+123=215 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.37% from 215); Green value is 31 (12.5% from 255 or 14.42% from 215); Blue value is 123 (48.44% from 255 or 57.21% from 215); Max value from RGB is 123 - color contains mainly: blue. Hex color #3D1F7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D1F7B is #C2E084. Grayscale: #323232. Windows color (decimal): -12771461 or 8068925. OLE color: 8068925.
HSL color Cylindrical-coordinate representation of color #3D1F7B: hue angle of 259.57º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D1F7B is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 61 | 31 | 123 | - |
| CMYK | 0.50 | 0.75 | 0 | 0.52 |
| HSL | 259.57º | 0.6% | 0.3% | - |
| HSV(B) | 259.57º | 0.75% | 0.48% | - |
| XYZ | 5.99 | 3.4 | 19.08 | - |
| YUV | 50.46 | 168.94 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 31 | 123 | 0.50 | 0.75 | 0 | 0.52 | 259.57 | 0.6 | 0.3 |
| Hex | 3D | 1F | 7B | 32 | 4B | 0 | 34 | 104 | 3C | 1E |
| Octal | 75 | 37 | 173 | 62 | 113 | 0 | 64 | 404 | 74 | 36 |
| Binary | 111101 | 11111 | 1111011 | 110010 | 1001011 | 0 | 110100 | 100000100 | 111100 | 11110 |
Color Harmonies of #3D1F7B
Complementary color
Monochromatic Colors of #3D1F7B
Black with #3D1F7B
Text Example
Text Example
White with #3D1F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1F7B; }
p { color: rgb(61,31,123); }
H1.HeaderClassName
{
color: #3D1F7B;
}
.AnyTagClassName
{
color: #3D1F7B;
}
</style>
background-color css
<style>
a { background-color: #3D1F7B; }
a { background-color: rgb(61,31,123); }
div.DivClassName
{
background-color: #3D1F7B;
}
.BgClassName
{
background-color: #3D1F7B;
}
</style>
border-color css
<style>
span { border-color: #3D1F7B; }
span { border-color: rgb(61,31,123); }
td.TdClassName
{
border-color: #3D1F7B;
}
.TagClassName
{
border-color: #3D1F7B;
}
</style>