#401F73

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

Shades of Windsor #401F73

Tints of Windsor #401F73

Color information

#401F73 (or 0x401F73) is unknown color: approx Windsor. HEX triplet: 40, 1F and 73. RGB value is (64,31,115). Sum of RGB (Red+Green+Blue) = 64+31+115=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 31 (12.5% from 255 or 14.76% from 210); Blue value is 115 (45.31% from 255 or 54.76% from 210); Max value from RGB is 115 - color contains mainly: blue. Hex color #401F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401F73 is #BFE08C. Grayscale: #323232. Windows color (decimal): -12574861 or 7544640. OLE color: 7544640.

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

Color convert

RGB6431115-
CMYK0.440.7300.55
HSL263.57º57.53%28.63%-
HSV(B)263.57º73.04%45.1%-
XYZ5.73.3116.56-
YUV50.44164.43137.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.48%
GREEN value IS 31 (12.5% from 255) = 14.76%
BLUE value IS 115 (45.31% from 255) = 54.76%
R=30.48%
G=14.76%
B=54.76%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64311150.440.7300.55263.5757.5328.63
Hex401F732C490371083a1d
Octal10037163541110674107235
Binary10000001111111100111011001001001011011110000100011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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