#432E73

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

Shades of Windsor #432E73

Tints of Windsor #432E73

Color information

#432E73 (or 0x432E73) is unknown color: approx Windsor. HEX triplet: 43, 2E and 73. RGB value is (67,46,115). Sum of RGB (Red+Green+Blue) = 67+46+115=228 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.39% from 228); Green value is 46 (18.36% from 255 or 20.18% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #432E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432E73 is #BCD18C. Grayscale: #3B3B3B. Windows color (decimal): -12374413 or 7548483. OLE color: 7548483.

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

Color convert

RGB6746115-
CMYK0.420.600.55
HSL258.26º42.86%31.57%-
HSV(B)258.26º60%45.1%-
XYZ6.394.3916.73-
YUV60.14158.96132.89-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.39%
GREEN value IS 46 (18.36% from 255) = 20.18%
BLUE value IS 115 (45.31% from 255) = 50.44%
R=29.39%
G=20.18%
B=50.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal67461150.420.600.55258.2642.8631.57
Hex432E732A3C0371022b20
Octal1035616352740674025340
Binary100001110111011100111010101111000110111100000010101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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