#432476

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

Shades of Windsor #432476

Tints of Windsor #432476

Color information

#432476 (or 0x432476) is unknown color: approx Windsor. HEX triplet: 43, 24 and 76. RGB value is (67,36,118). Sum of RGB (Red+Green+Blue) = 67+36+118=221 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.32% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 118 (46.48% from 255 or 53.39% from 221); Max value from RGB is 118 - color contains mainly: blue. Hex color #432476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432476 is #BCDB89. Grayscale: #363636. Windows color (decimal): -12376970 or 7742531. OLE color: 7742531.

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

Color convert

RGB6736118-
CMYK0.430.6900.54
HSL262.68º53.25%30.2%-
HSV(B)262.68º69.49%46.27%-
XYZ6.223.7617.54-
YUV54.62163.77136.83-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.32%
GREEN value IS 36 (14.45% from 255) = 16.29%
BLUE value IS 118 (46.48% from 255) = 53.39%
R=30.32%
G=16.29%
B=53.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal67361180.430.6900.54262.6853.2530.2
Hex4324762B45036107351e
Octal10344166531050664076536
Binary100001110010011101101010111000101011011010000011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432476; }

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

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

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

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

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

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

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

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