#432174

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

Shades of Windsor #432174

Tints of Windsor #432174

Color information

#432174 (or 0x432174) is unknown color: approx Windsor. HEX triplet: 43, 21 and 74. RGB value is (67,33,116). Sum of RGB (Red+Green+Blue) = 67+33+116=216 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.02% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 116 (45.70% from 255 or 53.70% from 216); Max value from RGB is 116 - color contains mainly: blue. Hex color #432174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432174 is #BCDE8B. Grayscale: #343434. Windows color (decimal): -12377740 or 7610691. OLE color: 7610691.

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

Color convert

RGB6733116-
CMYK0.420.7200.55
HSL264.58º55.7%29.22%-
HSV(B)264.58º71.55%45.49%-
XYZ6.013.5416.89-
YUV52.63163.76138.25-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.02%
GREEN value IS 33 (13.28% from 255) = 15.28%
BLUE value IS 116 (45.70% from 255) = 53.70%
R=31.02%
G=15.28%
B=53.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal67331160.420.7200.55264.5855.729.22
Hex4321742A48037109381d
Octal10341164521100674117035
Binary100001110000111101001010101001000011011110000100111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432174; }

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

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

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

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

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

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

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

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