#402873

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

Shades of Windsor #402873

Tints of Windsor #402873

Color information

#402873 (or 0x402873) is unknown color: approx Windsor. HEX triplet: 40, 28 and 73. RGB value is (64,40,115). Sum of RGB (Red+Green+Blue) = 64+40+115=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #402873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402873 is #BFD78C. Grayscale: #373737. Windows color (decimal): -12572557 or 7546944. OLE color: 7546944.

HSL color Cylindrical-coordinate representation of color #402873: hue angle of 259.2º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #402873 is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6440115-
CMYK0.440.6500.55
HSL259.2º48.39%30.39%-
HSV(B)259.2º65.22%45.1%-
XYZ5.973.8516.65-
YUV55.73161.45133.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.22%
GREEN value IS 40 (16.02% from 255) = 18.26%
BLUE value IS 115 (45.31% from 255) = 52.51%
R=29.22%
G=18.26%
B=52.51%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64401150.440.6500.55259.248.3930.39
Hex4028732C41037103301e
Octal10050163541010674036036
Binary100000010100011100111011001000001011011110000001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402873; }

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

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

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

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

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

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

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

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