#432D75

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

Shades of Windsor #432D75

Tints of Windsor #432D75

Color information

#432D75 (or 0x432D75) is unknown color: approx Windsor. HEX triplet: 43, 2D and 75. RGB value is (67,45,117). Sum of RGB (Red+Green+Blue) = 67+45+117=229 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.26% from 229); Green value is 45 (17.97% from 255 or 19.65% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #432D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432D75 is #BCD28A. Grayscale: #3B3B3B. Windows color (decimal): -12374667 or 7679299. OLE color: 7679299.

HSL color Cylindrical-coordinate representation of color #432D75: hue angle of 258.33º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #432D75 is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6745117-
CMYK0.430.6200.54
HSL258.33º44.44%31.76%-
HSV(B)258.33º61.54%45.88%-
XYZ6.464.3517.33-
YUV59.79160.29133.15-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.26%
GREEN value IS 45 (17.97% from 255) = 19.65%
BLUE value IS 117 (46.09% from 255) = 51.09%
R=29.26%
G=19.65%
B=51.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal67451170.430.6200.54258.3344.4431.76
Hex432D752B3E0361022c20
Octal1035516553760664025440
Binary100001110110111101011010111111100110110100000010101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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