Shades of Windsor #431A7A
Tints of Windsor #431A7A
RGB
CMYK
RGB Variations
Color information
#431A7A (or 0x431A7A) is known color: Windsor. HEX triplet: 43, 1A and 7A. RGB value is (67,26,122). Sum of RGB (Red+Green+Blue) = 67+26+122=215 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.16% from 215); Green value is 26 (10.55% from 255 or 12.09% from 215); Blue value is 122 (48.05% from 255 or 56.74% from 215); Max value from RGB is 122 - color contains mainly: blue. Hex color #431A7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431A7A is #BCE585. Grayscale: #303030. Windows color (decimal): -12379526 or 8002115. OLE color: 8002115.
HSL color Cylindrical-coordinate representation of color #431A7A: hue angle of 265.62º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #431A7A is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 67 | 26 | 122 | - |
| CMYK | 0.45 | 0.79 | 0 | 0.52 |
| HSL | 265.63º | 0.65% | 0.29% | - |
| HSV(B) | 265.63º | 0.79% | 0.48% | - |
| XYZ | 6.2 | 3.34 | 18.73 | - |
| YUV | 49.2 | 169.08 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 26 | 122 | 0.45 | 0.79 | 0 | 0.52 | 265.63 | 0.65 | 0.29 |
| Hex | 43 | 1A | 7A | 2D | 4F | 0 | 34 | 10A | 41 | 1D |
| Octal | 103 | 32 | 172 | 55 | 117 | 0 | 64 | 412 | 101 | 35 |
| Binary | 1000011 | 11010 | 1111010 | 101101 | 1001111 | 0 | 110100 | 100001010 | 1000001 | 11101 |
Color Harmonies of #431A7A
Complementary color
Monochromatic Colors of #431A7A
Black with #431A7A
Text Example
Text Example
White with #431A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431A7A; }
p { color: rgb(67,26,122); }
H1.HeaderClassName
{
color: #431A7A;
}
.AnyTagClassName
{
color: #431A7A;
}
</style>
background-color css
<style>
a { background-color: #431A7A; }
a { background-color: rgb(67,26,122); }
div.DivClassName
{
background-color: #431A7A;
}
.BgClassName
{
background-color: #431A7A;
}
</style>
border-color css
<style>
span { border-color: #431A7A; }
span { border-color: rgb(67,26,122); }
td.TdClassName
{
border-color: #431A7A;
}
.TagClassName
{
border-color: #431A7A;
}
</style>