#401B73

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

Shades of Windsor #401B73

Tints of Windsor #401B73

Color information

#401B73 (or 0x401B73) is unknown color: approx Windsor. HEX triplet: 40, 1B and 73. RGB value is (64,27,115). Sum of RGB (Red+Green+Blue) = 64+27+115=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 27 (10.94% from 255 or 13.11% from 206); Blue value is 115 (45.31% from 255 or 55.83% from 206); Max value from RGB is 115 - color contains mainly: blue. Hex color #401B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401B73 is #BFE48C. Grayscale: #2F2F2F. Windows color (decimal): -12575885 or 7543616. OLE color: 7543616.

HSL color Cylindrical-coordinate representation of color #401B73: hue angle of 265.23º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #401B73 is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6427115-
CMYK0.440.7700.55
HSL265.23º61.97%27.84%-
HSV(B)265.23º76.52%45.1%-
XYZ5.63.1116.53-
YUV48.1165.76139.34-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.07%
GREEN value IS 27 (10.94% from 255) = 13.11%
BLUE value IS 115 (45.31% from 255) = 55.83%
R=31.07%
G=13.11%
B=55.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64271150.440.7700.55265.2361.9727.84
Hex401B732C4D0371093e1c
Octal10033163541150674117634
Binary10000001101111100111011001001101011011110000100111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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