#432485

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

Shades of Windsor #432485

Tints of Windsor #432485

Color information

#432485 (or 0x432485) is unknown color: approx Windsor. HEX triplet: 43, 24 and 85. RGB value is (67,36,133). Sum of RGB (Red+Green+Blue) = 67+36+133=236 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.39% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 133 (52.34% from 255 or 56.36% from 236); Max value from RGB is 133 - color contains mainly: blue. Hex color #432485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432485 is #BCDB7A. Grayscale: #373737. Windows color (decimal): -12376955 or 8725571. OLE color: 8725571.

HSL color Cylindrical-coordinate representation of color #432485: hue angle of 259.18º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #432485 is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6736133-
CMYK0.500.7300.48
HSL259.18º57.4%33.14%-
HSV(B)259.18º72.93%52.16%-
XYZ7.184.1522.61-
YUV56.33171.27135.61-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.39%
GREEN value IS 36 (14.45% from 255) = 15.25%
BLUE value IS 133 (52.34% from 255) = 56.36%
R=28.39%
G=15.25%
B=56.36%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal67361330.500.7300.48259.1857.433.14
Hex43248532490301033921
Octal10344205621110604037141
Binary10000111001001000010111001010010010110000100000011111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432485; }

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

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

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

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

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

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

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

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