#432986

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

Shades of Windsor #432986

Tints of Windsor #432986

Color information

#432986 (or 0x432986) is unknown color: approx Windsor. HEX triplet: 43, 29 and 86. RGB value is (67,41,134). Sum of RGB (Red+Green+Blue) = 67+41+134=242 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.69% from 242); Green value is 41 (16.41% from 255 or 16.94% from 242); Blue value is 134 (52.73% from 255 or 55.37% from 242); Max value from RGB is 134 - color contains mainly: blue. Hex color #432986 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432986 is #BCD679. Grayscale: #3B3B3B. Windows color (decimal): -12375674 or 8792387. OLE color: 8792387.

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

Color convert

RGB6741134-
CMYK0.50.6900.47
HSL256.77º53.14%34.31%-
HSV(B)256.77º69.4%52.55%-
XYZ7.414.523.03-
YUV59.38170.11133.44-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.69%
GREEN value IS 41 (16.41% from 255) = 16.94%
BLUE value IS 134 (52.73% from 255) = 55.37%
R=27.69%
G=16.94%
B=55.37%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal67411340.50.6900.47256.7753.1434.31
Hex432986324502F1013522
Octal10351206621050574016542
Binary10000111010011000011011001010001010101111100000001110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432986; }

 p { color: rgb(67,41,134); }

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

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

 a { background-color: rgb(67,41,134); }

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

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

 span { border-color: rgb(67,41,134); }

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