#432173

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

Shades of Windsor #432173

Tints of Windsor #432173

Color information

#432173 (or 0x432173) is unknown color: approx Windsor. HEX triplet: 43, 21 and 73. RGB value is (67,33,115). Sum of RGB (Red+Green+Blue) = 67+33+115=215 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.16% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 115 (45.31% from 255 or 53.49% from 215); Max value from RGB is 115 - color contains mainly: blue. Hex color #432173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432173 is #BCDE8C. Grayscale: #343434. Windows color (decimal): -12377741 or 7545155. OLE color: 7545155.

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

Color convert

RGB6733115-
CMYK0.420.7100.55
HSL264.88º55.41%29.02%-
HSV(B)264.88º71.3%45.1%-
XYZ5.953.5216.59-
YUV52.51163.26138.33-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.16%
GREEN value IS 33 (13.28% from 255) = 15.35%
BLUE value IS 115 (45.31% from 255) = 53.49%
R=31.16%
G=15.35%
B=53.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal67331150.420.7100.55264.8855.4129.02
Hex4321732A47037109371d
Octal10341163521070674116735
Binary100001110000111100111010101000111011011110000100111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432173; }

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

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

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

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

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

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

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

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