Shades of Windsor #43258C
Tints of Windsor #43258C
RGB
CMYK
RGB Variations
Color information
#43258C (or 0x43258C) is known color: Windsor. HEX triplet: 43, 25 and 8C. RGB value is (67,37,140). Sum of RGB (Red+Green+Blue) = 67+37+140=244 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.46% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 140 (55.08% from 255 or 57.38% from 244); Max value from RGB is 140 - color contains mainly: blue. Hex color #43258C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43258C is #BCDA73. Grayscale: #393939. Windows color (decimal): -12376692 or 9184579. OLE color: 9184579.
HSL color Cylindrical-coordinate representation of color #43258C: hue angle of 257.48º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #43258C is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 37 | 140 | - |
| CMYK | 0.52 | 0.74 | 0 | 0.45 |
| HSL | 257.48º | 0.58% | 0.35% | - |
| HSV(B) | 257.48º | 0.74% | 0.55% | - |
| XYZ | 7.71 | 4.41 | 25.26 | - |
| YUV | 57.71 | 174.44 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 37 | 140 | 0.52 | 0.74 | 0 | 0.45 | 257.48 | 0.58 | 0.35 |
| Hex | 43 | 25 | 8C | 34 | 4A | 0 | 2D | 101 | 3A | 23 |
| Octal | 103 | 45 | 214 | 64 | 112 | 0 | 55 | 401 | 72 | 43 |
| Binary | 1000011 | 100101 | 10001100 | 110100 | 1001010 | 0 | 101101 | 100000001 | 111010 | 100011 |
Color Harmonies of #43258C
Complementary color
Monochromatic Colors of #43258C
Black with #43258C
Text Example
Text Example
White with #43258C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43258C; }
p { color: rgb(67,37,140); }
H1.HeaderClassName
{
color: #43258C;
}
.AnyTagClassName
{
color: #43258C;
}
</style>
background-color css
<style>
a { background-color: #43258C; }
a { background-color: rgb(67,37,140); }
div.DivClassName
{
background-color: #43258C;
}
.BgClassName
{
background-color: #43258C;
}
</style>
border-color css
<style>
span { border-color: #43258C; }
span { border-color: rgb(67,37,140); }
td.TdClassName
{
border-color: #43258C;
}
.TagClassName
{
border-color: #43258C;
}
</style>