#432D85

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

Shades of Windsor #432D85

Tints of Windsor #432D85

Color information

#432D85 (or 0x432D85) is unknown color: approx Windsor. HEX triplet: 43, 2D and 85. RGB value is (67,45,133). Sum of RGB (Red+Green+Blue) = 67+45+133=245 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.35% from 245); Green value is 45 (17.97% from 255 or 18.37% from 245); Blue value is 133 (52.34% from 255 or 54.29% from 245); Max value from RGB is 133 - color contains mainly: blue. Hex color #432D85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432D85 is #BCD27A. Grayscale: #3D3D3D. Windows color (decimal): -12374651 or 8727875. OLE color: 8727875.

HSL color Cylindrical-coordinate representation of color #432D85: hue angle of 255º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #432D85 is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6745133-
CMYK0.500.6600.48
HSL255º49.44%34.9%-
HSV(B)255º66.17%52.16%-
XYZ7.494.7622.72-
YUV61.61168.29131.84-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.35%
GREEN value IS 45 (17.97% from 255) = 18.37%
BLUE value IS 133 (52.34% from 255) = 54.29%
R=27.35%
G=18.37%
B=54.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal67451330.500.6600.4825549.4434.9
Hex432D853242030ff3123
Octal10355205621020603776143
Binary1000011101101100001011100101000010011000011111111110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432D85; }

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

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

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

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

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

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

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

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