#421C79

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

Shades of Windsor #421C79

Tints of Windsor #421C79

Color information

#421C79 (or 0x421C79) is unknown color: approx Windsor. HEX triplet: 42, 1C and 79. RGB value is (66,28,121). Sum of RGB (Red+Green+Blue) = 66+28+121=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 28 (11.33% from 255 or 13.02% from 215); Blue value is 121 (47.66% from 255 or 56.28% from 215); Max value from RGB is 121 - color contains mainly: blue. Hex color #421C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421C79 is #BDE386. Grayscale: #313131. Windows color (decimal): -12444551 or 7937090. OLE color: 7937090.

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

Color convert

RGB6628121-
CMYK0.450.7700.53
HSL264.52º62.42%29.22%-
HSV(B)264.52º76.86%47.45%-
XYZ6.113.3718.42-
YUV49.96168.09139.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.70%
GREEN value IS 28 (11.33% from 255) = 13.02%
BLUE value IS 121 (47.66% from 255) = 56.28%
R=30.70%
G=13.02%
B=56.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66281210.450.7700.53264.5262.4229.22
Hex421C792D4D0351093e1d
Octal10234171551150654117635
Binary10000101110011110011011011001101011010110000100111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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