#421E79

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

Shades of Windsor #421E79

Tints of Windsor #421E79

Color information

#421E79 (or 0x421E79) is unknown color: approx Windsor. HEX triplet: 42, 1E and 79. RGB value is (66,30,121). Sum of RGB (Red+Green+Blue) = 66+30+121=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 30 (12.11% from 255 or 13.82% from 217); Blue value is 121 (47.66% from 255 or 55.76% from 217); Max value from RGB is 121 - color contains mainly: blue. Hex color #421E79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421E79 is #BDE186. Grayscale: #323232. Windows color (decimal): -12444039 or 7937602. OLE color: 7937602.

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

Color convert

RGB6630121-
CMYK0.450.7500.53
HSL263.74º60.26%29.61%-
HSV(B)263.74º75.21%47.45%-
XYZ6.163.4718.43-
YUV51.14167.43138.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.41%
GREEN value IS 30 (12.11% from 255) = 13.82%
BLUE value IS 121 (47.66% from 255) = 55.76%
R=30.41%
G=13.82%
B=55.76%

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
Decimal66301210.450.7500.53263.7460.2629.61
Hex421E792D4B0351083c1e
Octal10236171551130654107436
Binary10000101111011110011011011001011011010110000100011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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