#432973

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

Shades of Windsor #432973

Tints of Windsor #432973

Color information

#432973 (or 0x432973) is unknown color: approx Windsor. HEX triplet: 43, 29 and 73. RGB value is (67,41,115). Sum of RGB (Red+Green+Blue) = 67+41+115=223 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.04% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 115 (45.31% from 255 or 51.57% from 223); Max value from RGB is 115 - color contains mainly: blue. Hex color #432973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432973 is #BCD68C. Grayscale: #383838. Windows color (decimal): -12375693 or 7547203. OLE color: 7547203.

HSL color Cylindrical-coordinate representation of color #432973: hue angle of 261.08º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #432973 is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6741115-
CMYK0.420.6400.55
HSL261.08º47.44%30.59%-
HSV(B)261.08º64.35%45.1%-
XYZ6.24.0216.67-
YUV57.21160.61134.98-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.04%
GREEN value IS 41 (16.41% from 255) = 18.39%
BLUE value IS 115 (45.31% from 255) = 51.57%
R=30.04%
G=18.39%
B=51.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal67411150.420.6400.55261.0847.4430.59
Hex4329732A400371052f1f
Octal10351163521000674055737
Binary100001110100111100111010101000000011011110000010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432973; }

 p { color: rgb(67,41,115); }

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

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

 a { background-color: rgb(67,41,115); }

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

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

 span { border-color: rgb(67,41,115); }

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