#432B87

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

Shades of Windsor #432B87

Tints of Windsor #432B87

Color information

#432B87 (or 0x432B87) is unknown color: approx Windsor. HEX triplet: 43, 2B and 87. RGB value is (67,43,135). Sum of RGB (Red+Green+Blue) = 67+43+135=245 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.35% from 245); Green value is 43 (17.19% from 255 or 17.55% from 245); Blue value is 135 (53.12% from 255 or 55.10% from 245); Max value from RGB is 135 - color contains mainly: blue. Hex color #432B87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432B87 is #BCD478. Grayscale: #3C3C3C. Windows color (decimal): -12375161 or 8858435. OLE color: 8858435.

HSL color Cylindrical-coordinate representation of color #432B87: hue angle of 255.65º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #432B87 is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6743135-
CMYK0.500.6800.47
HSL255.65º51.69%34.9%-
HSV(B)255.65º68.15%52.94%-
XYZ7.554.6723.43-
YUV60.66169.95132.52-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.35%
GREEN value IS 43 (17.19% from 255) = 17.55%
BLUE value IS 135 (53.12% from 255) = 55.10%
R=27.35%
G=17.55%
B=55.10%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal67431350.500.6800.47255.6551.6934.9
Hex432B87324402F1003423
Octal10353207621040574006443
Binary10000111010111000011111001010001000101111100000000110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432B87; }

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

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

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

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

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

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

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

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