Shades of Windsor #43248C
Tints of Windsor #43248C
RGB
CMYK
RGB Variations
Color information
#43248C (or 0x43248C) is known color: Windsor. HEX triplet: 43, 24 and 8C. RGB value is (67,36,140). Sum of RGB (Red+Green+Blue) = 67+36+140=243 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.57% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 140 (55.08% from 255 or 57.61% from 243); Max value from RGB is 140 - color contains mainly: blue. Hex color #43248C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43248C is #BCDB73. Grayscale: #383838. Windows color (decimal): -12376948 or 9184323. OLE color: 9184323.
HSL color Cylindrical-coordinate representation of color #43248C: hue angle of 257.88º degrees, saturation: 0.59, 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 #43248C is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 36 | 140 | - |
| CMYK | 0.52 | 0.74 | 0 | 0.45 |
| HSL | 257.88º | 0.59% | 0.35% | - |
| HSV(B) | 257.88º | 0.74% | 0.55% | - |
| XYZ | 7.68 | 4.35 | 25.25 | - |
| YUV | 57.13 | 174.77 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 36 | 140 | 0.52 | 0.74 | 0 | 0.45 | 257.88 | 0.59 | 0.35 |
| Hex | 43 | 24 | 8C | 34 | 4A | 0 | 2D | 102 | 3B | 23 |
| Octal | 103 | 44 | 214 | 64 | 112 | 0 | 55 | 402 | 73 | 43 |
| Binary | 1000011 | 100100 | 10001100 | 110100 | 1001010 | 0 | 101101 | 100000010 | 111011 | 100011 |
Color Harmonies of #43248C
Complementary color
Monochromatic Colors of #43248C
Black with #43248C
Text Example
Text Example
White with #43248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43248C; }
p { color: rgb(67,36,140); }
H1.HeaderClassName
{
color: #43248C;
}
.AnyTagClassName
{
color: #43248C;
}
</style>
background-color css
<style>
a { background-color: #43248C; }
a { background-color: rgb(67,36,140); }
div.DivClassName
{
background-color: #43248C;
}
.BgClassName
{
background-color: #43248C;
}
</style>
border-color css
<style>
span { border-color: #43248C; }
span { border-color: rgb(67,36,140); }
td.TdClassName
{
border-color: #43248C;
}
.TagClassName
{
border-color: #43248C;
}
</style>