#401C78

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

Shades of Windsor #401C78

Tints of Windsor #401C78

Color information

#401C78 (or 0x401C78) is unknown color: approx Windsor. HEX triplet: 40, 1C and 78. RGB value is (64,28,120). Sum of RGB (Red+Green+Blue) = 64+28+120=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 28 (11.33% from 255 or 13.21% from 212); Blue value is 120 (47.27% from 255 or 56.60% from 212); Max value from RGB is 120 - color contains mainly: blue. Hex color #401C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401C78 is #BFE387. Grayscale: #303030. Windows color (decimal): -12575624 or 7871552. OLE color: 7871552.

HSL color Cylindrical-coordinate representation of color #401C78: hue angle of 263.48º 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 #401C78 is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6428120-
CMYK0.470.7700.53
HSL263.48º62.16%29.02%-
HSV(B)263.48º76.67%47.06%-
XYZ5.923.2818.09-
YUV49.25167.93138.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.19%
GREEN value IS 28 (11.33% from 255) = 13.21%
BLUE value IS 120 (47.27% from 255) = 56.60%
R=30.19%
G=13.21%
B=56.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64281200.470.7700.53263.4862.1629.02
Hex401C782F4D0351073e1d
Octal10034170571150654077635
Binary10000001110011110001011111001101011010110000011111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401C78; }

 p { color: rgb(64,28,120); }

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

<style>
 a { background-color: #401C78; }

 a { background-color: rgb(64,28,120); }

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

<style>
 span { border-color: #401C78; }

 span { border-color: rgb(64,28,120); }

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