#432571

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

Shades of Windsor #432571

Tints of Windsor #432571

Color information

#432571 (or 0x432571) is unknown color: approx Windsor. HEX triplet: 43, 25 and 71. RGB value is (67,37,113). Sum of RGB (Red+Green+Blue) = 67+37+113=217 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.88% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 113 (44.53% from 255 or 52.07% from 217); Max value from RGB is 113 - color contains mainly: blue. Hex color #432571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432571 is #BCDA8E. Grayscale: #363636. Windows color (decimal): -12376719 or 7415107. OLE color: 7415107.

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

Color convert

RGB6737113-
CMYK0.410.6700.56
HSL263.68º50.67%29.41%-
HSV(B)263.68º67.26%44.31%-
XYZ5.963.7116.02-
YUV54.63160.94136.82-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.88%
GREEN value IS 37 (14.84% from 255) = 17.05%
BLUE value IS 113 (44.53% from 255) = 52.07%
R=30.88%
G=17.05%
B=52.07%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal67371130.410.6700.56263.6850.6729.41
Hex4325712943038108331d
Octal10345161511030704106335
Binary100001110010111100011010011000011011100010000100011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432571; }

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

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

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

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

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

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

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

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