Shades of Windsor #3D258A
Tints of Windsor #3D258A
RGB
CMYK
RGB Variations
Color information
#3D258A (or 0x3D258A) is known color: Windsor. HEX triplet: 3D, 25 and 8A. RGB value is (61,37,138). Sum of RGB (Red+Green+Blue) = 61+37+138=236 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.85% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 138 (54.30% from 255 or 58.47% from 236); Max value from RGB is 138 - color contains mainly: blue. Hex color #3D258A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D258A is #C2DA75. Grayscale: #373737. Windows color (decimal): -12769910 or 9053501. OLE color: 9053501.
HSL color Cylindrical-coordinate representation of color #3D258A: hue angle of 254.26º 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 #3D258A is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 61 | 37 | 138 | - |
| CMYK | 0.56 | 0.73 | 0 | 0.46 |
| HSL | 254.26º | 0.58% | 0.34% | - |
| HSV(B) | 254.26º | 0.73% | 0.54% | - |
| XYZ | 7.17 | 4.15 | 24.47 | - |
| YUV | 55.69 | 174.45 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 37 | 138 | 0.56 | 0.73 | 0 | 0.46 | 254.26 | 0.58 | 0.34 |
| Hex | 3D | 25 | 8A | 38 | 49 | 0 | 2E | FE | 3A | 22 |
| Octal | 75 | 45 | 212 | 70 | 111 | 0 | 56 | 376 | 72 | 42 |
| Binary | 111101 | 100101 | 10001010 | 111000 | 1001001 | 0 | 101110 | 11111110 | 111010 | 100010 |
Color Harmonies of #3D258A
Complementary color
Monochromatic Colors of #3D258A
Black with #3D258A
Text Example
Text Example
White with #3D258A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D258A; }
p { color: rgb(61,37,138); }
H1.HeaderClassName
{
color: #3D258A;
}
.AnyTagClassName
{
color: #3D258A;
}
</style>
background-color css
<style>
a { background-color: #3D258A; }
a { background-color: rgb(61,37,138); }
div.DivClassName
{
background-color: #3D258A;
}
.BgClassName
{
background-color: #3D258A;
}
</style>
border-color css
<style>
span { border-color: #3D258A; }
span { border-color: rgb(61,37,138); }
td.TdClassName
{
border-color: #3D258A;
}
.TagClassName
{
border-color: #3D258A;
}
</style>