#432681

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

Shades of Windsor #432681

Tints of Windsor #432681

Color information

#432681 (or 0x432681) is unknown color: approx Windsor. HEX triplet: 43, 26 and 81. RGB value is (67,38,129). Sum of RGB (Red+Green+Blue) = 67+38+129=234 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.63% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 129 (50.78% from 255 or 55.13% from 234); Max value from RGB is 129 - color contains mainly: blue. Hex color #432681 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432681 is #BCD97E. Grayscale: #383838. Windows color (decimal): -12376447 or 8463939. OLE color: 8463939.

HSL color Cylindrical-coordinate representation of color #432681: hue angle of 259.12º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #432681 is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6738129-
CMYK0.480.7100.49
HSL259.12º54.49%32.75%-
HSV(B)259.12º70.54%50.59%-
XYZ6.974.1621.21-
YUV57.04168.61135.1-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.63%
GREEN value IS 38 (15.23% from 255) = 16.24%
BLUE value IS 129 (50.78% from 255) = 55.13%
R=28.63%
G=16.24%
B=55.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal67381290.480.7100.49259.1254.4932.75
Hex43268130470311033621
Octal10346201601070614036641
Binary10000111001101000000111000010001110110001100000011110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432681; }

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

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

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

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

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

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

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

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