#432191

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

Shades of Windsor #432191

Tints of Windsor #432191

Color information

#432191 (or 0x432191) is unknown color: approx Windsor. HEX triplet: 43, 21 and 91. RGB value is (67,33,145). Sum of RGB (Red+Green+Blue) = 67+33+145=245 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.35% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 145 (57.03% from 255 or 59.18% from 245); Max value from RGB is 145 - color contains mainly: blue. Hex color #432191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432191 is #BCDE6E. Grayscale: #373737. Windows color (decimal): -12377711 or 9511235. OLE color: 9511235.

HSL color Cylindrical-coordinate representation of color #432191: hue angle of 258.21º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #432191 is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6733145-
CMYK0.540.7700.43
HSL258.21º62.92%34.9%-
HSV(B)258.21º77.24%56.86%-
XYZ7.974.3327.2-
YUV55.93178.26135.89-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.35%
GREEN value IS 33 (13.28% from 255) = 13.47%
BLUE value IS 145 (57.03% from 255) = 59.18%
R=27.35%
G=13.47%
B=59.18%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal67331450.540.7700.43258.2162.9234.9
Hex432191364D02B1023f23
Octal10341221661150534027743
Binary10000111000011001000111011010011010101011100000010111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432191; }

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

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

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

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

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

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

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

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