#432877

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

Shades of Windsor #432877

Tints of Windsor #432877

Color information

#432877 (or 0x432877) is unknown color: approx Windsor. HEX triplet: 43, 28 and 77. RGB value is (67,40,119). Sum of RGB (Red+Green+Blue) = 67+40+119=226 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.65% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 119 (46.88% from 255 or 52.65% from 226); Max value from RGB is 119 - color contains mainly: blue. Hex color #432877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432877 is #BCD788. Grayscale: #383838. Windows color (decimal): -12375945 or 7809091. OLE color: 7809091.

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

Color convert

RGB6740119-
CMYK0.440.6600.53
HSL260.51º49.69%31.18%-
HSV(B)260.51º66.39%46.67%-
XYZ6.44.0417.9-
YUV57.08162.95135.08-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.65%
GREEN value IS 40 (16.02% from 255) = 17.70%
BLUE value IS 119 (46.88% from 255) = 52.65%
R=29.65%
G=17.70%
B=52.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal67401190.440.6600.53260.5149.6931.18
Hex4328772C42035105321f
Octal10350167541020654056237
Binary100001110100011101111011001000010011010110000010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432877; }

 p { color: rgb(67,40,119); }

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

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

 a { background-color: rgb(67,40,119); }

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

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

 span { border-color: rgb(67,40,119); }

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