#432A71

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

Shades of Windsor #432A71

Tints of Windsor #432A71

Color information

#432A71 (or 0x432A71) is unknown color: approx Windsor. HEX triplet: 43, 2A and 71. RGB value is (67,42,113). Sum of RGB (Red+Green+Blue) = 67+42+113=222 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.18% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 113 (44.53% from 255 or 50.90% from 222); Max value from RGB is 113 - color contains mainly: blue. Hex color #432A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432A71 is #BCD58E. Grayscale: #393939. Windows color (decimal): -12375439 or 7416387. OLE color: 7416387.

HSL color Cylindrical-coordinate representation of color #432A71: hue angle of 261.13º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #432A71 is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6742113-
CMYK0.410.6300.56
HSL261.13º45.81%30.39%-
HSV(B)261.13º62.83%44.31%-
XYZ6.124.0416.08-
YUV57.57159.28134.73-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.18%
GREEN value IS 42 (16.80% from 255) = 18.92%
BLUE value IS 113 (44.53% from 255) = 50.90%
R=30.18%
G=18.92%
B=50.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal67421130.410.6300.56261.1345.8130.39
Hex432A71293F0381052e1e
Octal1035216151770704055636
Binary10000111010101110001101001111111011100010000010110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,42,113); }

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

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

 a { background-color: rgb(67,42,113); }

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

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

 span { border-color: rgb(67,42,113); }

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