#432671

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

Shades of Windsor #432671

Tints of Windsor #432671

Color information

#432671 (or 0x432671) is unknown color: approx Windsor. HEX triplet: 43, 26 and 71. RGB value is (67,38,113). Sum of RGB (Red+Green+Blue) = 67+38+113=218 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.73% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #432671 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432671 is #BCD98E. Grayscale: #363636. Windows color (decimal): -12376463 or 7415363. OLE color: 7415363.

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

Color convert

RGB6738113-
CMYK0.410.6600.56
HSL263.2º49.67%29.61%-
HSV(B)263.2º66.37%44.31%-
XYZ5.993.7716.04-
YUV55.22160.61136.4-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.73%
GREEN value IS 38 (15.23% from 255) = 17.43%
BLUE value IS 113 (44.53% from 255) = 51.83%
R=30.73%
G=17.43%
B=51.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal67381130.410.6600.56263.249.6729.61
Hex4326712942038107321e
Octal10346161511020704076236
Binary100001110011011100011010011000010011100010000011111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432671; }

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

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

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

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

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

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

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

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