Shades of Windsor #43268E
Tints of Windsor #43268E
RGB
CMYK
RGB Variations
Color information
#43268E (or 0x43268E) is known color: Windsor. HEX triplet: 43, 26 and 8E. RGB value is (67,38,142). Sum of RGB (Red+Green+Blue) = 67+38+142=247 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.13% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 142 (55.86% from 255 or 57.49% from 247); Max value from RGB is 142 - color contains mainly: blue. Hex color #43268E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43268E is #BCD971. Grayscale: #3A3A3A. Windows color (decimal): -12376434 or 9315907. OLE color: 9315907.
HSL color Cylindrical-coordinate representation of color #43268E: hue angle of 256.73º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43268E is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 67 | 38 | 142 | - |
| CMYK | 0.53 | 0.73 | 0 | 0.44 |
| HSL | 256.73º | 0.58% | 0.35% | - |
| HSV(B) | 256.73º | 0.73% | 0.56% | - |
| XYZ | 7.89 | 4.53 | 26.05 | - |
| YUV | 58.53 | 175.11 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 38 | 142 | 0.53 | 0.73 | 0 | 0.44 | 256.73 | 0.58 | 0.35 |
| Hex | 43 | 26 | 8E | 35 | 49 | 0 | 2C | 101 | 3A | 23 |
| Octal | 103 | 46 | 216 | 65 | 111 | 0 | 54 | 401 | 72 | 43 |
| Binary | 1000011 | 100110 | 10001110 | 110101 | 1001001 | 0 | 101100 | 100000001 | 111010 | 100011 |
Color Harmonies of #43268E
Complementary color
Monochromatic Colors of #43268E
Black with #43268E
Text Example
Text Example
White with #43268E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43268E; }
p { color: rgb(67,38,142); }
H1.HeaderClassName
{
color: #43268E;
}
.AnyTagClassName
{
color: #43268E;
}
</style>
background-color css
<style>
a { background-color: #43268E; }
a { background-color: rgb(67,38,142); }
div.DivClassName
{
background-color: #43268E;
}
.BgClassName
{
background-color: #43268E;
}
</style>
border-color css
<style>
span { border-color: #43268E; }
span { border-color: rgb(67,38,142); }
td.TdClassName
{
border-color: #43268E;
}
.TagClassName
{
border-color: #43268E;
}
</style>