Shades of Windsor #42238A
Tints of Windsor #42238A
RGB
CMYK
RGB Variations
Color information
#42238A (or 0x42238A) is known color: Windsor. HEX triplet: 42, 23 and 8A. RGB value is (66,35,138). Sum of RGB (Red+Green+Blue) = 66+35+138=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 138 (54.30% from 255 or 57.74% from 239); Max value from RGB is 138 - color contains mainly: blue. Hex color #42238A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42238A is #BDDC75. Grayscale: #373737. Windows color (decimal): -12442742 or 9052994. OLE color: 9052994.
HSL color Cylindrical-coordinate representation of color #42238A: hue angle of 258.06º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #42238A is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 35 | 138 | - |
| CMYK | 0.52 | 0.75 | 0 | 0.46 |
| HSL | 258.06º | 0.6% | 0.34% | - |
| HSV(B) | 258.06º | 0.75% | 0.54% | - |
| XYZ | 7.44 | 4.2 | 24.46 | - |
| YUV | 56.01 | 174.27 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 35 | 138 | 0.52 | 0.75 | 0 | 0.46 | 258.06 | 0.6 | 0.34 |
| Hex | 42 | 23 | 8A | 34 | 4B | 0 | 2E | 102 | 3C | 22 |
| Octal | 102 | 43 | 212 | 64 | 113 | 0 | 56 | 402 | 74 | 42 |
| Binary | 1000010 | 100011 | 10001010 | 110100 | 1001011 | 0 | 101110 | 100000010 | 111100 | 100010 |
Color Harmonies of #42238A
Complementary color
Monochromatic Colors of #42238A
Black with #42238A
Text Example
Text Example
White with #42238A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42238A; }
p { color: rgb(66,35,138); }
H1.HeaderClassName
{
color: #42238A;
}
.AnyTagClassName
{
color: #42238A;
}
</style>
background-color css
<style>
a { background-color: #42238A; }
a { background-color: rgb(66,35,138); }
div.DivClassName
{
background-color: #42238A;
}
.BgClassName
{
background-color: #42238A;
}
</style>
border-color css
<style>
span { border-color: #42238A; }
span { border-color: rgb(66,35,138); }
td.TdClassName
{
border-color: #42238A;
}
.TagClassName
{
border-color: #42238A;
}
</style>