#432D72

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

Shades of Windsor #432D72

Tints of Windsor #432D72

Color information

#432D72 (or 0x432D72) is unknown color: approx Windsor. HEX triplet: 43, 2D and 72. RGB value is (67,45,114). Sum of RGB (Red+Green+Blue) = 67+45+114=226 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.65% from 226); Green value is 45 (17.97% from 255 or 19.91% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #432D72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432D72 is #BCD28D. Grayscale: #3B3B3B. Windows color (decimal): -12374670 or 7482691. OLE color: 7482691.

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

Color convert

RGB6745114-
CMYK0.410.6100.55
HSL259.13º43.4%31.18%-
HSV(B)259.13º60.53%44.71%-
XYZ6.294.2816.42-
YUV59.44158.79133.39-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.65%
GREEN value IS 45 (17.97% from 255) = 19.91%
BLUE value IS 114 (44.92% from 255) = 50.44%
R=29.65%
G=19.91%
B=50.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal67451140.410.6100.55259.1343.431.18
Hex432D72293D0371032b1f
Octal1035516251750674035337
Binary10000111011011110010101001111101011011110000001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,45,114); }

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

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

 a { background-color: rgb(67,45,114); }

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

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

 span { border-color: rgb(67,45,114); }

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