#432389

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

Shades of Windsor #432389

Tints of Windsor #432389

Color information

#432389 (or 0x432389) is unknown color: approx Windsor. HEX triplet: 43, 23 and 89. RGB value is (67,35,137). Sum of RGB (Red+Green+Blue) = 67+35+137=239 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.03% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 137 (53.91% from 255 or 57.32% from 239); Max value from RGB is 137 - color contains mainly: blue. Hex color #432389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432389 is #BCDC76. Grayscale: #373737. Windows color (decimal): -12377207 or 8987459. OLE color: 8987459.

HSL color Cylindrical-coordinate representation of color #432389: hue angle of 258.82º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #432389 is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6735137-
CMYK0.510.7400.46
HSL258.82º59.3%33.73%-
HSV(B)258.82º74.45%53.73%-
XYZ7.434.224.09-
YUV56.2173.6135.71-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.03%
GREEN value IS 35 (14.06% from 255) = 14.64%
BLUE value IS 137 (53.91% from 255) = 57.32%
R=28.03%
G=14.64%
B=57.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal67351370.510.7400.46258.8259.333.73
Hex432389334A02E1033b22
Octal10343211631120564037342
Binary10000111000111000100111001110010100101110100000011111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432389; }

 p { color: rgb(67,35,137); }

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

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

 a { background-color: rgb(67,35,137); }

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

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

 span { border-color: rgb(67,35,137); }

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