#402889

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

Shades of Windsor #402889

Tints of Windsor #402889

Color information

#402889 (or 0x402889) is unknown color: approx Windsor. HEX triplet: 40, 28 and 89. RGB value is (64,40,137). Sum of RGB (Red+Green+Blue) = 64+40+137=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 137 (53.91% from 255 or 56.85% from 241); Max value from RGB is 137 - color contains mainly: blue. Hex color #402889 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402889 is #BFD776. Grayscale: #393939. Windows color (decimal): -12572535 or 8988736. OLE color: 8988736.

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

Color convert

RGB6440137-
CMYK0.530.7100.46
HSL254.85º54.8%34.71%-
HSV(B)254.85º70.8%53.73%-
XYZ7.394.4124.13-
YUV58.23172.45132.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.56%
GREEN value IS 40 (16.02% from 255) = 16.60%
BLUE value IS 137 (53.91% from 255) = 56.85%
R=26.56%
G=16.60%
B=56.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal64401370.530.7100.46254.8554.834.71
Hex402889354702Eff3723
Octal10050211651070563776743
Binary1000000101000100010011101011000111010111011111111110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402889; }

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

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

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

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

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

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

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

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