#401E77

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

Shades of Windsor #401E77

Tints of Windsor #401E77

Color information

#401E77 (or 0x401E77) is unknown color: approx Windsor. HEX triplet: 40, 1E and 77. RGB value is (64,30,119). Sum of RGB (Red+Green+Blue) = 64+30+119=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 30 (12.11% from 255 or 14.08% from 213); Blue value is 119 (46.88% from 255 or 55.87% from 213); Max value from RGB is 119 - color contains mainly: blue. Hex color #401E77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401E77 is #BFE188. Grayscale: #313131. Windows color (decimal): -12575113 or 7806528. OLE color: 7806528.

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

Color convert

RGB6430119-
CMYK0.460.7500.53
HSL262.92º59.73%29.22%-
HSV(B)262.92º74.79%46.67%-
XYZ5.913.3517.79-
YUV50.31166.76137.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.05%
GREEN value IS 30 (12.11% from 255) = 14.08%
BLUE value IS 119 (46.88% from 255) = 55.87%
R=30.05%
G=14.08%
B=55.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64301190.460.7500.53262.9259.7329.22
Hex401E772E4B0351073c1d
Octal10036167561130654077435
Binary10000001111011101111011101001011011010110000011111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,30,119); }

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

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

 a { background-color: rgb(64,30,119); }

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

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

 span { border-color: rgb(64,30,119); }

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