Shades of Windsor #38277F
Tints of Windsor #38277F
RGB
CMYK
RGB Variations
Color information
#38277F (or 0x38277F) is known color: Windsor. HEX triplet: 38, 27 and 7F. RGB value is (56,39,127). Sum of RGB (Red+Green+Blue) = 56+39+127=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 39 (15.62% from 255 or 17.57% from 222); Blue value is 127 (50% from 255 or 57.21% from 222); Max value from RGB is 127 - color contains mainly: blue. Hex color #38277F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38277F is #C7D880. Grayscale: #353535. Windows color (decimal): -13097089 or 8333112. OLE color: 8333112.
HSL color Cylindrical-coordinate representation of color #38277F: hue angle of 251.59º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38277F is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 56 | 39 | 127 | - |
| CMYK | 0.56 | 0.69 | 0 | 0.50 |
| HSL | 251.59º | 0.53% | 0.33% | - |
| HSV(B) | 251.59º | 0.69% | 0.5% | - |
| XYZ | 6.19 | 3.82 | 20.49 | - |
| YUV | 54.12 | 169.13 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 39 | 127 | 0.56 | 0.69 | 0 | 0.50 | 251.59 | 0.53 | 0.33 |
| Hex | 38 | 27 | 7F | 38 | 45 | 0 | 32 | FC | 35 | 21 |
| Octal | 70 | 47 | 177 | 70 | 105 | 0 | 62 | 374 | 65 | 41 |
| Binary | 111000 | 100111 | 1111111 | 111000 | 1000101 | 0 | 110010 | 11111100 | 110101 | 100001 |
Color Harmonies of #38277F
Complementary color
Monochromatic Colors of #38277F
Black with #38277F
Text Example
Text Example
White with #38277F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38277F; }
p { color: rgb(56,39,127); }
H1.HeaderClassName
{
color: #38277F;
}
.AnyTagClassName
{
color: #38277F;
}
</style>
background-color css
<style>
a { background-color: #38277F; }
a { background-color: rgb(56,39,127); }
div.DivClassName
{
background-color: #38277F;
}
.BgClassName
{
background-color: #38277F;
}
</style>
border-color css
<style>
span { border-color: #38277F; }
span { border-color: rgb(56,39,127); }
td.TdClassName
{
border-color: #38277F;
}
.TagClassName
{
border-color: #38277F;
}
</style>