#401E83

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

Shades of Windsor #401E83

Tints of Windsor #401E83

Color information

#401E83 (or 0x401E83) is unknown color: approx Windsor. HEX triplet: 40, 1E and 83. RGB value is (64,30,131). Sum of RGB (Red+Green+Blue) = 64+30+131=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 30 (12.11% from 255 or 13.33% from 225); Blue value is 131 (51.56% from 255 or 58.22% from 225); Max value from RGB is 131 - color contains mainly: blue. Hex color #401E83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401E83 is #BFE17C. Grayscale: #333333. Windows color (decimal): -12575101 or 8592960. OLE color: 8592960.

HSL color Cylindrical-coordinate representation of color #401E83: hue angle of 260.2º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #401E83 is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6430131-
CMYK0.510.7700.49
HSL260.2º62.73%31.57%-
HSV(B)260.2º77.1%51.37%-
XYZ6.683.6621.83-
YUV51.68172.76136.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.44%
GREEN value IS 30 (12.11% from 255) = 13.33%
BLUE value IS 131 (51.56% from 255) = 58.22%
R=28.44%
G=13.33%
B=58.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64301310.510.7700.49260.262.7331.57
Hex401E83334D0311043f20
Octal10036203631150614047740
Binary1000000111101000001111001110011010110001100000100111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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