#432871

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

Shades of Windsor #432871

Tints of Windsor #432871

Color information

#432871 (or 0x432871) is unknown color: approx Windsor. HEX triplet: 43, 28 and 71. RGB value is (67,40,113). Sum of RGB (Red+Green+Blue) = 67+40+113=220 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.45% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #432871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432871 is #BCD78E. Grayscale: #383838. Windows color (decimal): -12375951 or 7415875. OLE color: 7415875.

HSL color Cylindrical-coordinate representation of color #432871: hue angle of 262.19º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #432871 is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6740113-
CMYK0.410.6500.56
HSL262.19º47.71%30%-
HSV(B)262.19º64.6%44.31%-
XYZ6.053.916.06-
YUV56.39159.95135.56-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.45%
GREEN value IS 40 (16.02% from 255) = 18.18%
BLUE value IS 113 (44.53% from 255) = 51.36%
R=30.45%
G=18.18%
B=51.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal67401130.410.6500.56262.1947.7130
Hex4328712941038106301e
Octal10350161511010704066036
Binary100001110100011100011010011000001011100010000011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432871; }

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

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

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

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

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

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

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

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