#401C76

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

Shades of Windsor #401C76

Tints of Windsor #401C76

Color information

#401C76 (or 0x401C76) is unknown color: approx Windsor. HEX triplet: 40, 1C and 76. RGB value is (64,28,118). Sum of RGB (Red+Green+Blue) = 64+28+118=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 28 (11.33% from 255 or 13.33% from 210); Blue value is 118 (46.48% from 255 or 56.19% from 210); Max value from RGB is 118 - color contains mainly: blue. Hex color #401C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401C76 is #BFE389. Grayscale: #303030. Windows color (decimal): -12575626 or 7740480. OLE color: 7740480.

HSL color Cylindrical-coordinate representation of color #401C76: hue angle of 264º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #401C76 is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6428118-
CMYK0.460.7600.54
HSL264º61.64%28.63%-
HSV(B)264º76.27%46.27%-
XYZ5.83.2317.46-
YUV49.02166.93138.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.48%
GREEN value IS 28 (11.33% from 255) = 13.33%
BLUE value IS 118 (46.48% from 255) = 56.19%
R=30.48%
G=13.33%
B=56.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64281180.460.7600.5426461.6428.63
Hex401C762E4C0361083e1d
Octal10034166561140664107635
Binary10000001110011101101011101001100011011010000100011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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