#421E87

Color #421E87 Windsor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Windsor #421E87

Tints of Windsor #421E87

Color information

#421E87 (or 0x421E87) is unknown color: approx Windsor. HEX triplet: 42, 1E and 87. RGB value is (66,30,135). Sum of RGB (Red+Green+Blue) = 66+30+135=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 30 (12.11% from 255 or 12.99% from 231); Blue value is 135 (53.12% from 255 or 58.44% from 231); Max value from RGB is 135 - color contains mainly: blue. Hex color #421E87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421E87 is #BDE178. Grayscale: #343434. Windows color (decimal): -12444025 or 8855106. OLE color: 8855106.

HSL color Cylindrical-coordinate representation of color #421E87: hue angle of 260.57º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #421E87 is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6630135-
CMYK0.510.7800.47
HSL260.57º63.64%32.35%-
HSV(B)260.57º77.78%52.94%-
XYZ7.083.8423.29-
YUV52.73174.43137.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 28.57%
GREEN value IS 30 (12.11% from 255) = 12.99%
BLUE value IS 135 (53.12% from 255) = 58.44%
R=28.57%
G=12.99%
B=58.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66301350.510.7800.47260.5763.6432.35
Hex421E87334E02F1054020
Octal102362076311605740510040
Binary10000101111010000111110011100111001011111000001011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421E87; }

 p { color: rgb(66,30,135); }

 H1.HeaderClassName
 {
   color: #421E87;
 }
 .AnyTagClassName
 {
   color: #421E87;
 }
</style>
background-color css

<style>
 a { background-color: #421E87; }

 a { background-color: rgb(66,30,135); }

 div.DivClassName
 {
   background-color: #421E87;
 }
 .BgClassName
 {
   background-color: #421E87;
 }
</style>
border-color css

<style>
 span { border-color: #421E87; }

 span { border-color: rgb(66,30,135); }

 td.TdClassName
 {
   border-color: #421E87;
 }
 .TagClassName
 {
   border-color: #421E87;
 }
</style>