#421E78

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

Shades of Windsor #421E78

Tints of Windsor #421E78

Color information

#421E78 (or 0x421E78) is unknown color: approx Windsor. HEX triplet: 42, 1E and 78. RGB value is (66,30,120). Sum of RGB (Red+Green+Blue) = 66+30+120=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 30 (12.11% from 255 or 13.89% from 216); Blue value is 120 (47.27% from 255 or 55.56% from 216); Max value from RGB is 120 - color contains mainly: blue. Hex color #421E78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421E78 is #BDE187. Grayscale: #323232. Windows color (decimal): -12444040 or 7872066. OLE color: 7872066.

HSL color Cylindrical-coordinate representation of color #421E78: hue angle of 264º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #421E78 is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6630120-
CMYK0.450.7500.53
HSL264º60%29.41%-
HSV(B)264º75%47.06%-
XYZ6.13.4418.11-
YUV51.02166.93138.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.56%
GREEN value IS 30 (12.11% from 255) = 13.89%
BLUE value IS 120 (47.27% from 255) = 55.56%
R=30.56%
G=13.89%
B=55.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66301200.450.7500.532646029.41
Hex421E782D4B0351083c1d
Octal10236170551130654107435
Binary10000101111011110001011011001011011010110000100011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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