#401B77

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

Shades of Windsor #401B77

Tints of Windsor #401B77

Color information

#401B77 (or 0x401B77) is unknown color: approx Windsor. HEX triplet: 40, 1B and 77. RGB value is (64,27,119). Sum of RGB (Red+Green+Blue) = 64+27+119=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 27 (10.94% from 255 or 12.86% from 210); Blue value is 119 (46.88% from 255 or 56.67% from 210); Max value from RGB is 119 - color contains mainly: blue. Hex color #401B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401B77 is #BFE488. Grayscale: #303030. Windows color (decimal): -12575881 or 7805760. OLE color: 7805760.

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

Color convert

RGB6427119-
CMYK0.460.7700.53
HSL264.13º63.01%28.63%-
HSV(B)264.13º77.31%46.67%-
XYZ5.843.2117.76-
YUV48.55167.76139.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.48%
GREEN value IS 27 (10.94% from 255) = 12.86%
BLUE value IS 119 (46.88% from 255) = 56.67%
R=30.48%
G=12.86%
B=56.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64271190.460.7700.53264.1363.0128.63
Hex401B772E4D0351083f1d
Octal10033167561150654107735
Binary10000001101111101111011101001101011010110000100011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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