#402789

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

Shades of Windsor #402789

Tints of Windsor #402789

Color information

#402789 (or 0x402789) is unknown color: approx Windsor. HEX triplet: 40, 27 and 89. RGB value is (64,39,137). Sum of RGB (Red+Green+Blue) = 64+39+137=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 39 (15.62% from 255 or 16.25% from 240); Blue value is 137 (53.91% from 255 or 57.08% from 240); Max value from RGB is 137 - color contains mainly: blue. Hex color #402789 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402789 is #BFD876. Grayscale: #393939. Windows color (decimal): -12572791 or 8988480. OLE color: 8988480.

HSL color Cylindrical-coordinate representation of color #402789: hue angle of 255.31º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #402789 is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6439137-
CMYK0.530.7200.46
HSL255.31º55.68%34.51%-
HSV(B)255.31º71.53%53.73%-
XYZ7.364.3524.12-
YUV57.65172.78132.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.67%
GREEN value IS 39 (15.62% from 255) = 16.25%
BLUE value IS 137 (53.91% from 255) = 57.08%
R=26.67%
G=16.25%
B=57.08%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal64391370.530.7200.46255.3155.6834.51
Hex402789354802Eff3823
Octal10047211651100563777043
Binary1000000100111100010011101011001000010111011111111111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402789; }

 p { color: rgb(64,39,137); }

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

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

 a { background-color: rgb(64,39,137); }

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

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

 span { border-color: rgb(64,39,137); }

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