Shades of Windsor #421D8A
Tints of Windsor #421D8A
RGB
CMYK
RGB Variations
Color information
#421D8A (or 0x421D8A) is known color: Windsor. HEX triplet: 42, 1D and 8A. RGB value is (66,29,138). Sum of RGB (Red+Green+Blue) = 66+29+138=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 29 (11.72% from 255 or 12.45% from 233); Blue value is 138 (54.30% from 255 or 59.23% from 233); Max value from RGB is 138 - color contains mainly: blue. Hex color #421D8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421D8A is #BDE275. Grayscale: #343434. Windows color (decimal): -12444278 or 9051458. OLE color: 9051458.
HSL color Cylindrical-coordinate representation of color #421D8A: hue angle of 260.37º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #421D8A is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 29 | 138 | - |
| CMYK | 0.52 | 0.79 | 0 | 0.46 |
| HSL | 260.37º | 0.65% | 0.33% | - |
| HSV(B) | 260.37º | 0.79% | 0.54% | - |
| XYZ | 7.27 | 3.87 | 24.41 | - |
| YUV | 52.49 | 176.26 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 29 | 138 | 0.52 | 0.79 | 0 | 0.46 | 260.37 | 0.65 | 0.33 |
| Hex | 42 | 1D | 8A | 34 | 4F | 0 | 2E | 104 | 41 | 21 |
| Octal | 102 | 35 | 212 | 64 | 117 | 0 | 56 | 404 | 101 | 41 |
| Binary | 1000010 | 11101 | 10001010 | 110100 | 1001111 | 0 | 101110 | 100000100 | 1000001 | 100001 |
Color Harmonies of #421D8A
Complementary color
Monochromatic Colors of #421D8A
Black with #421D8A
Text Example
Text Example
White with #421D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421D8A; }
p { color: rgb(66,29,138); }
H1.HeaderClassName
{
color: #421D8A;
}
.AnyTagClassName
{
color: #421D8A;
}
</style>
background-color css
<style>
a { background-color: #421D8A; }
a { background-color: rgb(66,29,138); }
div.DivClassName
{
background-color: #421D8A;
}
.BgClassName
{
background-color: #421D8A;
}
</style>
border-color css
<style>
span { border-color: #421D8A; }
span { border-color: rgb(66,29,138); }
td.TdClassName
{
border-color: #421D8A;
}
.TagClassName
{
border-color: #421D8A;
}
</style>