#432887

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

Shades of Windsor #432887

Tints of Windsor #432887

Color information

#432887 (or 0x432887) is unknown color: approx Windsor. HEX triplet: 43, 28 and 87. RGB value is (67,40,135). Sum of RGB (Red+Green+Blue) = 67+40+135=242 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.69% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 135 (53.12% from 255 or 55.79% from 242); Max value from RGB is 135 - color contains mainly: blue. Hex color #432887 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432887 is #BCD778. Grayscale: #3A3A3A. Windows color (decimal): -12375929 or 8857667. OLE color: 8857667.

HSL color Cylindrical-coordinate representation of color #432887: hue angle of 257.05º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #432887 is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6740135-
CMYK0.500.7000.47
HSL257.05º54.29%34.31%-
HSV(B)257.05º70.37%52.94%-
XYZ7.454.4623.39-
YUV58.9170.95133.78-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.69%
GREEN value IS 40 (16.02% from 255) = 16.53%
BLUE value IS 135 (53.12% from 255) = 55.79%
R=27.69%
G=16.53%
B=55.79%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal67401350.500.7000.47257.0554.2934.31
Hex432887324602F1013622
Octal10350207621060574016642
Binary10000111010001000011111001010001100101111100000001110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432887; }

 p { color: rgb(67,40,135); }

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

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

 a { background-color: rgb(67,40,135); }

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

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

 span { border-color: rgb(67,40,135); }

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