#432271

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

Shades of Windsor #432271

Tints of Windsor #432271

Color information

#432271 (or 0x432271) is unknown color: approx Windsor. HEX triplet: 43, 22 and 71. RGB value is (67,34,113). Sum of RGB (Red+Green+Blue) = 67+34+113=214 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.31% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 113 (44.53% from 255 or 52.80% from 214); Max value from RGB is 113 - color contains mainly: blue. Hex color #432271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432271 is #BCDD8E. Grayscale: #343434. Windows color (decimal): -12377487 or 7414339. OLE color: 7414339.

HSL color Cylindrical-coordinate representation of color #432271: hue angle of 265.06º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #432271 is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6734113-
CMYK0.410.7000.56
HSL265.06º53.74%28.82%-
HSV(B)265.06º69.91%44.31%-
XYZ5.873.5315.99-
YUV52.87161.93138.08-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.31%
GREEN value IS 34 (13.67% from 255) = 15.89%
BLUE value IS 113 (44.53% from 255) = 52.80%
R=31.31%
G=15.89%
B=52.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal67341130.410.7000.56265.0653.7428.82
Hex4322712946038109361d
Octal10342161511060704116635
Binary100001110001011100011010011000110011100010000100111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432271; }

 p { color: rgb(67,34,113); }

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

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

 a { background-color: rgb(67,34,113); }

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

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

 span { border-color: rgb(67,34,113); }

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