#432C73

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

Shades of Windsor #432C73

Tints of Windsor #432C73

Color information

#432C73 (or 0x432C73) is unknown color: approx Windsor. HEX triplet: 43, 2C and 73. RGB value is (67,44,115). Sum of RGB (Red+Green+Blue) = 67+44+115=226 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.65% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 115 (45.31% from 255 or 50.88% from 226); Max value from RGB is 115 - color contains mainly: blue. Hex color #432C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432C73 is #BCD38C. Grayscale: #3A3A3A. Windows color (decimal): -12374925 or 7547971. OLE color: 7547971.

HSL color Cylindrical-coordinate representation of color #432C73: hue angle of 259.44º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #432C73 is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6744115-
CMYK0.420.6200.55
HSL259.44º44.65%31.18%-
HSV(B)259.44º61.74%45.1%-
XYZ6.314.2316.7-
YUV58.97159.62133.73-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.65%
GREEN value IS 44 (17.58% from 255) = 19.47%
BLUE value IS 115 (45.31% from 255) = 50.88%
R=29.65%
G=19.47%
B=50.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal67441150.420.6200.55259.4444.6531.18
Hex432C732A3E0371032d1f
Octal1035416352760674035537
Binary10000111011001110011101010111110011011110000001110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,44,115); }

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

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

 a { background-color: rgb(67,44,115); }

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

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

 span { border-color: rgb(67,44,115); }

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