#432076

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

Shades of Windsor #432076

Tints of Windsor #432076

Color information

#432076 (or 0x432076) is unknown color: approx Windsor. HEX triplet: 43, 20 and 76. RGB value is (67,32,118). Sum of RGB (Red+Green+Blue) = 67+32+118=217 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.88% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 118 (46.48% from 255 or 54.38% from 217); Max value from RGB is 118 - color contains mainly: blue. Hex color #432076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432076 is #BCDF89. Grayscale: #333333. Windows color (decimal): -12377994 or 7741507. OLE color: 7741507.

HSL color Cylindrical-coordinate representation of color #432076: hue angle of 264.42º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #432076 is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6732118-
CMYK0.430.7300.54
HSL264.42º57.33%29.41%-
HSV(B)264.42º72.88%46.27%-
XYZ6.13.5317.5-
YUV52.27165.1138.51-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.88%
GREEN value IS 32 (12.89% from 255) = 14.75%
BLUE value IS 118 (46.48% from 255) = 54.38%
R=30.88%
G=14.75%
B=54.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal67321180.430.7300.54264.4257.3329.41
Hex4320762B49036108391d
Octal10340166531110664107135
Binary100001110000011101101010111001001011011010000100011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432076; }

 p { color: rgb(67,32,118); }

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

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

 a { background-color: rgb(67,32,118); }

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

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

 span { border-color: rgb(67,32,118); }

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