#432E83

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

Shades of Windsor #432E83

Tints of Windsor #432E83

Color information

#432E83 (or 0x432E83) is unknown color: approx Windsor. HEX triplet: 43, 2E and 83. RGB value is (67,46,131). Sum of RGB (Red+Green+Blue) = 67+46+131=244 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.46% from 244); Green value is 46 (18.36% from 255 or 18.85% from 244); Blue value is 131 (51.56% from 255 or 53.69% from 244); Max value from RGB is 131 - color contains mainly: blue. Hex color #432E83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432E83 is #BCD17C. Grayscale: #3D3D3D. Windows color (decimal): -12374397 or 8597059. OLE color: 8597059.

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

Color convert

RGB6746131-
CMYK0.490.6500.49
HSL254.82º48.02%34.71%-
HSV(B)254.82º64.89%51.37%-
XYZ7.394.7922.01-
YUV61.97166.96131.59-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.46%
GREEN value IS 46 (18.36% from 255) = 18.85%
BLUE value IS 131 (51.56% from 255) = 53.69%
R=27.46%
G=18.85%
B=53.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal67461310.490.6500.49254.8248.0234.71
Hex432E833141031ff3023
Octal10356203611010613776043
Binary1000011101110100000111100011000001011000111111111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,46,131); }

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

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

 a { background-color: rgb(67,46,131); }

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

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

 span { border-color: rgb(67,46,131); }

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