#432F78

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

Shades of Windsor #432F78

Tints of Windsor #432F78

Color information

#432F78 (or 0x432F78) is unknown color: approx Windsor. HEX triplet: 43, 2F and 78. RGB value is (67,47,120). Sum of RGB (Red+Green+Blue) = 67+47+120=234 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.63% from 234); Green value is 47 (18.75% from 255 or 20.09% from 234); Blue value is 120 (47.27% from 255 or 51.28% from 234); Max value from RGB is 120 - color contains mainly: blue. Hex color #432F78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432F78 is #BCD087. Grayscale: #3D3D3D. Windows color (decimal): -12374152 or 7876419. OLE color: 7876419.

HSL color Cylindrical-coordinate representation of color #432F78: hue angle of 256.44º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #432F78 is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6747120-
CMYK0.440.6100.53
HSL256.44º43.71%32.75%-
HSV(B)256.44º60.83%47.06%-
XYZ6.724.5818.3-
YUV61.3161.13132.06-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.63%
GREEN value IS 47 (18.75% from 255) = 20.09%
BLUE value IS 120 (47.27% from 255) = 51.28%
R=28.63%
G=20.09%
B=51.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal67471200.440.6100.53256.4443.7132.75
Hex432F782C3D0351002c21
Octal1035717054750654005441
Binary100001110111111110001011001111010110101100000000101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,47,120); }

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

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

 a { background-color: rgb(67,47,120); }

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

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

 span { border-color: rgb(67,47,120); }

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